diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-07-09 03:51:29 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-07-09 03:51:29 +0000 |
commit | c7c2ef9cbc48beda41b29d7a3aad514970e0ef86 (patch) | |
tree | 2490b267987ceadd7ba12edb5df7ce0a49fa172a /print/envelope | |
parent | 3f18987d26749ec31863c547f7b4705f89500148 (diff) | |
download | ports-c7c2ef9cbc48beda41b29d7a3aad514970e0ef86.tar.gz ports-c7c2ef9cbc48beda41b29d7a3aad514970e0ef86.zip |
Committed, thanks.
PR: 39714
Submitted by: Scott Flatman
Notes
Notes:
svn path=/head/; revision=62686
Diffstat (limited to 'print/envelope')
-rw-r--r-- | print/envelope/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/envelope/Makefile b/print/envelope/Makefile index 1b6c5e727116..388c04bd74d7 100644 --- a/print/envelope/Makefile +++ b/print/envelope/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@geeksrus.net +USE_REINPLACE= yes NO_BUILD= yes USE_PERL5= yes NO_WRKSUBDIR= yes @@ -24,7 +25,7 @@ PLIST_SUB+= DOCSDIR=${DOCSDIR:S@^${PREFIX}/@@} PLIST_SUB+= EXAMPLESDIR=${EXAMPLESDIR:S@^${PREFIX}/@@} post-patch: - @${PERL} -pi -e 's@/usr/bin/perl@${PERL}@' ${WRKDIR}/envelope + @${REINPLACE_CMD} -e 's@/usr/bin/perl@${PERL}@' ${WRKDIR}/envelope do-install: @${INSTALL_SCRIPT} ${WRKDIR}/envelope ${PREFIX}/bin |