diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-05-19 16:52:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-05-19 16:52:01 +0000 |
commit | 962116f8eb8c2c49e1ed9d5140ba235f185aa414 (patch) | |
tree | ba03eb2206a22c8ecca5eded8ec5be0ce376a108 /sysutils/parallel | |
parent | 81ff175e99ebd51122e03f1d60f4aaf1c2d52223 (diff) | |
download | ports-962116f8eb8c2c49e1ed9d5140ba235f185aa414.tar.gz ports-962116f8eb8c2c49e1ed9d5140ba235f185aa414.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)
Notes
Notes:
svn path=/head/; revision=274327
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 |