diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-22 21:54:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-22 21:54:17 +0800 |
commit | 2aea0fed3e977cdaa3cd292d512ff0e5656f4c25 (patch) | |
tree | adf18dab3ad6f7992bfe2d7e2d87340924e89c86 /mail/stuphead | |
parent | f47de1b8adcb8279af952274458227e3b43dc3f2 (diff) | |
download | freebsd-ports-gnome-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.tar.gz freebsd-ports-gnome-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.tar.zst freebsd-ports-gnome-2aea0fed3e977cdaa3cd292d512ff0e5656f4c25.zip |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39652
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'mail/stuphead')
-rw-r--r-- | mail/stuphead/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile index b6452ad7588a..eaf16a8f92db 100644 --- a/mail/stuphead/Makefile +++ b/mail/stuphead/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -54,9 +55,9 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/ispell-ru:${PORTSDIR}/russian/rus-ispell .endif pre-patch: - @${PERL} -pi -e 's#DATADIRNAME=lib#DATADIRNAME=share#g' \ + @${REINPLACE_CMD} -e 's#DATADIRNAME=lib#DATADIRNAME=share#g' \ ${WRKSRC}/configure - @${PERL} -pi -e 's#/usr/bin/gnome-config#$(PREFIX)/bin/gnome-config#g' \ + @${REINPLACE_CMD} -e 's#/usr/bin/gnome-config#$(PREFIX)/bin/gnome-config#g' \ ${WRKSRC}/configure do-install: |