diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
commit | fd50192ea7567a034b59dfc96a1d112f8ccfa573 (patch) | |
tree | 6975c46330f04e77b17cb4d014c9d66ceb4f7a68 /textproc/xmlpp | |
parent | 54d69c112debb52b84b6d174bd59479eec834fb7 (diff) | |
download | FreeBSD-ports-fd50192ea7567a034b59dfc96a1d112f8ccfa573.zip FreeBSD-ports-fd50192ea7567a034b59dfc96a1d112f8ccfa573.tar.gz |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
Diffstat (limited to 'textproc/xmlpp')
-rw-r--r-- | textproc/xmlpp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index b9a14c8..cb79b5d 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -13,12 +13,13 @@ MASTER_SITES= http://www.root.at/download/gpl/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes USE_LIBTOOL= yes pre-patch: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|/usr/local/share|\$$\(datadir\)|g' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|/usr/local/share|$$(datadir)|g' .include <bsd.port.mk> |