diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
| commit | 5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (patch) | |
| tree | 8b423bf71fff78a00604f3c63e5c97500c8a780a /audio | |
| parent | 3e84456d0e9ec790ccd9350f80ea60af92eb7d68 (diff) | |
Notes
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/agsatellite/Makefile | 3 | ||||
| -rw-r--r-- | audio/id3ren/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/agsatellite/Makefile b/audio/agsatellite/Makefile index 2559e2afc42d..141838c3c28c 100644 --- a/audio/agsatellite/Makefile +++ b/audio/agsatellite/Makefile @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} USE_LINUX= yes NO_BUILD= yes +USE_REINPLACE= yes STRIP= RESTRICTED= no response from developer on licensing issues @@ -26,7 +27,7 @@ DOCS= german_readme.txt license.txt readme.txt BRANDELF= /usr/bin/brandelf post-patch: - @${PERL} -pi -e "s|\r\n|\n|;s|email|username|" ${WRKSRC}/*.txt + @${REINPLACE_CMD} -e "s|\r\n|\n|;s|email|username|" ${WRKSRC}/*.txt @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ ${WRKDIR}/wrapper.sh diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile index cf1c61c2a683..4a4757a0ccf2 100644 --- a/audio/id3ren/Makefile +++ b/audio/id3ren/Makefile @@ -15,10 +15,11 @@ DISTNAME= id3ren97a MAINTAINER= jonny@jonny.eng.br USE_ZIP= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/id3ren/src pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/id3ren.c ${WRKSRC}/misc.c .include <bsd.port.mk> |
