svn commit: r375192 - head/textproc/csvdiff
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 21 21:20:24 UTC 2014
Author: antoine
Date: Sun Dec 21 21:20:23 2014
New Revision: 375192
URL: https://svnweb.freebsd.org/changeset/ports/375192
QAT: https://qat.redports.org/buildarchive/r375192/
Log:
Shebangfix
Modified:
head/textproc/csvdiff/Makefile
Modified: head/textproc/csvdiff/Makefile
==============================================================================
--- head/textproc/csvdiff/Makefile Sun Dec 21 21:18:10 2014 (r375191)
+++ head/textproc/csvdiff/Makefile Sun Dec 21 21:20:23 2014 (r375192)
@@ -3,6 +3,7 @@
PORTNAME= csvdiff
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
#DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,-,g}
@@ -12,7 +13,8 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Compare/diff two (comma) separated files with each other
NO_BUILD= yes
-USES= perl5 tar:tgz
+USES= perl5 shebangfix tar:tgz
+SHEBANG_FILES= csvdiff.pl
PLIST_FILES= bin/csvdiff
WRKSRC= ${WRKDIR}
PORTDOCS= CHANGES README TODO
More information about the svn-ports-all
mailing list