mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix shebang
- Bump PORTREVISION for package change Approved by: maintainer (implicit)
This commit is contained in:
parent
d6284574c5
commit
0a795921cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337287
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user