aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-12-03 08:20:49 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-12-03 08:20:49 +0000
commit9da0d8c8139a383b045490d87c48ed6a87a777a3 (patch)
treeb8b290f6e9380c95b87ee86ce9e2028711f38cec /print
parent1a862595325adc868f47fa93d18172cea46b3092 (diff)
downloadports-9da0d8c8139a383b045490d87c48ed6a87a777a3.tar.gz
ports-9da0d8c8139a383b045490d87c48ed6a87a777a3.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/gl2ps/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile
index ba4e8db141b8..be512d0177c2 100644
--- a/print/gl2ps/Makefile
+++ b/print/gl2ps/Makefile
@@ -27,10 +27,10 @@ do-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/gl2psTest.c ${EXAMPLESDIR}
- @${PERL} -pi -e 's|%%CC%%|${CC}|g; \
- s|%%RM%%|${RM}|g; \
- s|%%CFLAGS%%|${CFLAGS}|g; \
- s|%%X11BASE%%|${X11BASE}|g' \
+ @${SED} -e 's|%%CC%%|${CC}|g; \
+ s|%%RM%%|${RM}|g; \
+ s|%%CFLAGS%%|${CFLAGS}|g; \
+ s|%%X11BASE%%|${X11BASE}|g' \
<${FILESDIR}/Makefile.ex >${EXAMPLESDIR}/Makefile
.ifndef (NOPORTDOCS)