diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
commit | 7061c825a5210c03732b321ec79be5b806d45809 (patch) | |
tree | 0b8baf7e1afe46bdc06d53d1075241021e654302 /audio/xmp/Makefile | |
parent | cde117293fcf37aa19d9f54acecb0887be0a0d25 (diff) | |
download | FreeBSD-ports-7061c825a5210c03732b321ec79be5b806d45809.zip FreeBSD-ports-7061c825a5210c03732b321ec79be5b806d45809.tar.gz |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 08654ec..cf50912 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes @@ -36,6 +37,6 @@ MAN1= xmp.1 MLINKS= xmp.1 xxmp.1 post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1 + @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1 .include <bsd.port.post.mk> |