diff options
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r-- | audio/maplay/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 044aea2..ae0ea31 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -16,6 +16,12 @@ MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes +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 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin .if !defined(NOPORTDOCS) |