Date: Sat, 29 Mar 2014 14:01:55 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349511 - head/textproc/rand Message-ID: <201403291401.s2TE1txX004270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Mar 29 14:01:55 2014 New Revision: 349511 URL: http://svnweb.freebsd.org/changeset/ports/349511 QAT: https://qat.redports.org/buildarchive/r349511/ Log: - Fix build with newer clang Modified: head/textproc/rand/Makefile Modified: head/textproc/rand/Makefile ============================================================================== --- head/textproc/rand/Makefile Sat Mar 29 14:00:42 2014 (r349510) +++ head/textproc/rand/Makefile Sat Mar 29 14:01:55 2014 (r349511) @@ -10,11 +10,16 @@ MASTER_SITES= http://bzflag.bz/~erik/fil MAINTAINER= danilo@FreeBSD.org COMMENT= Utility to display files or streams in random order +LICENSE= GPLv2 + USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/rand man/man1/rand.1.gz +post-patch: + @${REINPLACE_CMD} -e 's|}-R|}-L|g' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403291401.s2TE1txX004270>