diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-20 00:52:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-20 00:52:01 +0800 |
commit | e00941d1327a8bf9be46747d016b9685a9e43c17 (patch) | |
tree | bd37bda104359a0ee68b8777ab7486c24aa52e5e /sysutils/parallel | |
parent | e78338388c5eb3676684ca2296db6705b7fceff9 (diff) | |
download | freebsd-ports-gnome-e00941d1327a8bf9be46747d016b9685a9e43c17.tar.gz freebsd-ports-gnome-e00941d1327a8bf9be46747d016b9685a9e43c17.tar.zst freebsd-ports-gnome-e00941d1327a8bf9be46747d016b9685a9e43c17.zip |
- Use ${PERL} instead of hardcoded /usr/bin/perl
- Bump PORTREVISION
PR: ports/157181
Submitted by: sunpoet (myself)
Approved by: Chris Howey <howeyc@gmail.com> (maintainer)
Diffstat (limited to 'sysutils/parallel')
-rw-r--r-- | sysutils/parallel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile index b54b09255c9c..f0cd7172d926 100644 --- a/sysutils/parallel/Makefile +++ b/sysutils/parallel/Makefile @@ -7,6 +7,7 @@ PORTNAME= parallel PORTVERSION= 20110422 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GNU @@ -27,6 +28,7 @@ PLIST_FILES= bin/parallel bin/sem bin/sql bin/niceload PORTDOCS= parallel.html sem.html sql.html niceload.html post-patch: + @${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/src/parallel .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-docDATA||' ${WRKSRC}/src/Makefile.in .endif |