aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linplasma
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-09 07:03:48 +0800
committeredwin <edwin@FreeBSD.org>2002-11-09 07:03:48 +0800
commit547fc90c65b008cba2c021284341734161a3e59a (patch)
treea3a0b24b482589798c4ed3f3251e1b43a3d5fff5 /graphics/linplasma
parentbedb426eb7886c304439c034ee3a7702778b22f8 (diff)
downloadfreebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.tar.gz
freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.tar.zst
freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.zip
lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD Noticed on: bento
Diffstat (limited to 'graphics/linplasma')
-rw-r--r--graphics/linplasma/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile
index 6bb40df9f7e7..e27647566463 100644
--- a/graphics/linplasma/Makefile
+++ b/graphics/linplasma/Makefile
@@ -20,10 +20,11 @@ DOCFILES= README GPL
DOCDIR= share/doc/${PORTNAME}/
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_REINPLACE= yes
post-patch:
- @${PERL} -pi -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/Makefile
- @${PERL} -pi -e "s:PI:M_PI:g" ${WRKSRC}/linplasma.c
+ @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s:PI:M_PI:g" ${WRKSRC}/linplasma.c
pre-install:
${ECHO_CMD} "bin/linplasma" > ${PLIST}