diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-09 07:03:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-09 07:03:48 +0800 |
commit | 547fc90c65b008cba2c021284341734161a3e59a (patch) | |
tree | a3a0b24b482589798c4ed3f3251e1b43a3d5fff5 /graphics/linplasma | |
parent | bedb426eb7886c304439c034ee3a7702778b22f8 (diff) | |
download | freebsd-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/Makefile | 5 |
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} |