summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-07-09 03:51:29 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-07-09 03:51:29 +0000
commitc7c2ef9cbc48beda41b29d7a3aad514970e0ef86 (patch)
tree2490b267987ceadd7ba12edb5df7ce0a49fa172a /print
parento Fix build in case WITH_IMAGEMAGICK_MODULES is defined (diff)
Committed, thanks.
PR: 39714 Submitted by: Scott Flatman
Notes
Notes: svn path=/head/; revision=62686
Diffstat (limited to 'print')
-rw-r--r--print/envelope/Makefile3
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