diff options
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 |