diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 13:54:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 13:54:17 +0000 |
commit | 89397c9e12190f67769e6e1b131e037c95ba8c2a (patch) | |
tree | 8280858b5a7f5a7c2ff10fb88e9a3cf18afd9ea1 /mail/stuphead | |
parent | 27155ebe5ab234db6668cd0e841559cd24ea47ad (diff) | |
download | ports-89397c9e12190f67769e6e1b131e037c95ba8c2a.tar.gz ports-89397c9e12190f67769e6e1b131e037c95ba8c2a.zip |
Notes
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: |