diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 01:23:30 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 01:23:30 +0800 |
commit | 3b9032fabc47df7c423b0fe802d1060c7b4e5816 (patch) | |
tree | bc94b068979a41f61931d2bd7979481f6acd573b /misc/yaunc | |
parent | 7b3cf63dbe867642387b83d0d46a6ef77e970a05 (diff) | |
download | freebsd-ports-gnome-3b9032fabc47df7c423b0fe802d1060c7b4e5816.tar.gz freebsd-ports-gnome-3b9032fabc47df7c423b0fe802d1060c7b4e5816.tar.zst freebsd-ports-gnome-3b9032fabc47df7c423b0fe802d1060c7b4e5816.zip |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39665
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'misc/yaunc')
-rw-r--r-- | misc/yaunc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/yaunc/Makefile b/misc/yaunc/Makefile index 72e94b78664b..8f8c6e832e7d 100644 --- a/misc/yaunc/Makefile +++ b/misc/yaunc/Makefile @@ -13,13 +13,14 @@ MASTER_SITES= http://www.redterror.net/code/yaunc/ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= yaunc.1 post-patch: @${CP} -f ${FILESDIR}/startup ${WRKSRC}/yaunc.sh .for file in yaunc.1 yaunc.sh - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} .endfor do-install: |