svn commit: r349511 - head/textproc/rand
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Mar 29 14:01:55 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list