diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
commit | 31154892b641cd15adf68371929358d08862d264 (patch) | |
tree | 04c60b5eee34ac32bb4e64c7f467d3bf71838892 /audio/xmp/Makefile | |
parent | 9b646e86c33d57c3d495a4a0218969df75dcbd63 (diff) | |
download | ports-31154892b641cd15adf68371929358d08862d264.tar.gz ports-31154892b641cd15adf68371929358d08862d264.zip |
Notes
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 08654eca8cd8..cf50912084ab 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> |