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/nas | |
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/nas')
-rw-r--r-- | audio/nas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 733ef8a..a70ed84 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -13,6 +13,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes ALL_TARGET= World # no need to "xmkmf -a" and create the Makefiles twice -- see above @@ -25,7 +26,7 @@ INSTALLS_SHLIB= yes post-patch: @find ${WRKSRC} -name '*.[ch]' | xargs \ - ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" + ${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" post-install: @${SED} -e 's:/usr/X11R6:${PREFIX}:g' ${PKGMESSAGE} |