diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 14:15:34 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 14:15:34 +0000 |
commit | 7babccad705ae6ba1be754ad24fd3df43c9abf01 (patch) | |
tree | bd7df52b7544e1178bdce2f9d7eb93784f19ee4e /audio/maplay/Makefile | |
parent | 3e8ee4520b9989266ed89d3c3df86b20c978d70b (diff) | |
download | ports-7babccad705ae6ba1be754ad24fd3df43c9abf01.tar.gz ports-7babccad705ae6ba1be754ad24fd3df43c9abf01.zip |
Notes
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r-- | audio/maplay/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 4159bcf6ffd2..3d209208cb34 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -15,13 +15,15 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams +USE_REINPLACE= yes NO_WRKSUBDIR= yes +PLIST_FILES= bin/maplay +PORTDOCS= README + post-patch: - @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' < \ - ${WRKSRC}/configuration.sh > ${WRKSRC}/configuration.sh.new - @${MV} ${WRKSRC}/configuration.sh.new ${WRKSRC}/configuration.sh - @${CHMOD} a+x ${WRKSRC}/configuration.sh + @${REINPLACE_CMD} -e 's,machine/soundcard.h,sys/soundcard.h,' \ + ${WRKSRC}/configuration.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin |