diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-22 17:23:30 +0000 |
commit | 8545a2e67fcd00c39e1d49278039599fde0a3c96 (patch) | |
tree | 93c69ec1765552a1e68bc7a639a178521cfdbd2e /misc/xpns | |
parent | a05fa76323fffdebea8fa39b9c6b32db8f07f949 (diff) | |
download | FreeBSD-ports-8545a2e67fcd00c39e1d49278039599fde0a3c96.zip FreeBSD-ports-8545a2e67fcd00c39e1d49278039599fde0a3c96.tar.gz |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39665
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'misc/xpns')
-rw-r--r-- | misc/xpns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile index 211e9c6..c0b4a4e 100644 --- a/misc/xpns/Makefile +++ b/misc/xpns/Makefile @@ -13,13 +13,14 @@ DISTFILES= pns_source.tar.Z MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_X_PREFIX= yes MAKEFILE= makefile ALL_TARGET= pns post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xpns + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xpns do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xpns ${PREFIX}/bin/xpns |