aboutsummaryrefslogtreecommitdiff
path: root/textproc/csvdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-21 21:20:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-21 21:20:23 +0000
commitb6e05c63e3c311b9f3e386fab9c4aac5018e44e4 (patch)
treee9241d6782f425fc34aeb5038008d46ee4014d4b /textproc/csvdiff
parent8439de51f746b0aa3713be9285c8064169c87592 (diff)
downloadports-b6e05c63e3c311b9f3e386fab9c4aac5018e44e4.tar.gz
ports-b6e05c63e3c311b9f3e386fab9c4aac5018e44e4.zip
Shebangfix
Notes
Notes: svn path=/head/; revision=375192
Diffstat (limited to 'textproc/csvdiff')
-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