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/glacier | |
parent | 27155ebe5ab234db6668cd0e841559cd24ea47ad (diff) | |
download | ports-89397c9e12190f67769e6e1b131e037c95ba8c2a.tar.gz ports-89397c9e12190f67769e6e1b131e037c95ba8c2a.zip |
Notes
Diffstat (limited to 'mail/glacier')
-rw-r--r-- | mail/glacier/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/glacier/Makefile b/mail/glacier/Makefile index 324d0f79c1da..c8d048400c67 100644 --- a/mail/glacier/Makefile +++ b/mail/glacier/Makefile @@ -13,13 +13,14 @@ MASTER_SITES= http://linuxberg.tele.net/files/gnome/network/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes GNU_CONFIGURE= yes pre-patch: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g' + @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ + 's|\$$(datadir)/gnome/|\$$(datadir)/|g' .include <bsd.port.mk> |