summaryrefslogtreecommitdiffstats
path: root/audio/maplay
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-07 02:21:52 +0000
committerpetef <petef@FreeBSD.org>2002-06-07 02:21:52 +0000
commit9da515ee47165aec61cb8137029c868edc28ebb5 (patch)
treed6bfce7faf476642ebb341e245bd82c6943ed92e /audio/maplay
parent9e77c34b55ad5f09668f9893e22e0500633dd797 (diff)
downloadFreeBSD-ports-9da515ee47165aec61cb8137029c868edc28ebb5.zip
FreeBSD-ports-9da515ee47165aec61cb8137029c868edc28ebb5.tar.gz
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/maplay')
-rw-r--r--audio/maplay/Makefile6
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)
OpenPOWER on IntegriCloud