aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-22 05:20:23 +0800
committerantoine <antoine@FreeBSD.org>2014-12-22 05:20:23 +0800
commit2bc5f0f1da3b65b5b22c744651d27bd246645638 (patch)
treee9241d6782f425fc34aeb5038008d46ee4014d4b
parentc67d768a93dee78fdbfbd26b218b78711f858db5 (diff)
downloadfreebsd-ports-gnome-2bc5f0f1da3b65b5b22c744651d27bd246645638.tar.gz
freebsd-ports-gnome-2bc5f0f1da3b65b5b22c744651d27bd246645638.tar.zst
freebsd-ports-gnome-2bc5f0f1da3b65b5b22c744651d27bd246645638.zip
Shebangfix
-rw-r--r--textproc/csvdiff/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/csvdiff/Makefile b/textproc/csvdiff/Makefile
index 8b57172fb7ca..c003f53af5db 100644
--- a/textproc/csvdiff/Makefile
+++ b/textproc/csvdiff/Makefile
@@ -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@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