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 /www | |
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 'www')
-rw-r--r-- | www/wb0/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wb0/Makefile b/www/wb0/Makefile index c8623eefb83c..e242b053a94f 100644 --- a/www/wb0/Makefile +++ b/www/wb0/Makefile @@ -21,9 +21,10 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ DOCDIR= share/doc/${PORTNAME} DOCS= AUTHORS Changelog README PLIST= ${WRKDIR}/pkg-plist +USE_REINPLACE= yes post-patch: - ${PERL} -pi -e 's|/etc/wb0|${LOCALBASE}/etc|g ; \ + ${REINPLACE_CMD} -e 's|/etc/wb0|${LOCALBASE}/etc|g ; \ s|/usr/local/src/wb0/font/bit|${LOCALBASE}/share/wb0/|g' \ ${WRKSRC}/wb0.c |