aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-23 20:04:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-23 20:04:25 +0000
commit0a795921cf4735aa6f8f30cf726b3887bdf179aa (patch)
tree9101f96e1bbc578de67ed874f0850d9cea37ef34 /sysutils
parentd6284574c5b7c3af4d50566a44c34514c410bd96 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/parallel/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile
index 8fb2d6979865..da38a99a9786 100644
--- a/sysutils/parallel/Makefile
+++ b/sysutils/parallel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= parallel
PORTVERSION= 20131222
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU
@@ -18,7 +19,7 @@ CONFLICTS= moreutils-parallel-[0-9]*
CONFIGURE_ARGS= --docdir="${DOCSDIR}"
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= perl5
+USES= perl5 shebangfix
PLIST_FILES= bin/niceload bin/parallel bin/sem bin/sql \
man/man1/niceload.1.gz man/man1/parallel.1.gz \
@@ -29,6 +30,8 @@ PORTDOCS= niceload.html niceload.pdf niceload.texi \
sem.html sem.pdf sem.texi \
sql.html sql.pdf sql.texi
+SHEBANG_FILES= src/niceload src/sql
+
DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/pod2texi:${PORTSDIR}/print/texinfo
.include <bsd.port.mk>