aboutsummaryrefslogtreecommitdiff
path: root/misc/xpns
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:23:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:23:30 +0000
commit3b9032fabc47df7c423b0fe802d1060c7b4e5816 (patch)
treebc94b068979a41f61931d2bd7979481f6acd573b /misc/xpns
parent7b3cf63dbe867642387b83d0d46a6ef77e970a05 (diff)
downloadports-3b9032fabc47df7c423b0fe802d1060c7b4e5816.tar.gz
ports-3b9032fabc47df7c423b0fe802d1060c7b4e5816.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39665 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61744
Diffstat (limited to 'misc/xpns')
-rw-r--r--misc/xpns/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile
index 211e9c653f77..c0b4a4ef6583 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