aboutsummaryrefslogtreecommitdiff
path: root/audio/libao
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2007-03-09 18:14:06 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2007-03-09 18:14:06 +0000
commitf5a0835f0d0b54220abb9b6807b9f8446338845c (patch)
tree7e9e36e61ae8754623d2f978d1a0dbfde852834c /audio/libao
parentd99a3bc646e027440206217b68b777015959cf78 (diff)
downloadports-f5a0835f0d0b54220abb9b6807b9f8446338845c.tar.gz
ports-f5a0835f0d0b54220abb9b6807b9f8446338845c.zip
Notes
Diffstat (limited to 'audio/libao')
-rw-r--r--audio/libao/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index fb5e60c5080b..fcd553d8e1e2 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libao
PORTVERSION= 0.8.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.xiph.org/ao/src/
@@ -59,4 +59,9 @@ CONFIGURE_ARGS+= --disable-esd
PLIST_SUB+= ESOUND="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|/etc/libao.conf|${PREFIX}&|' \
+ ${WRKSRC}/libao.conf.5 ${WRKSRC}/src/ao_private.h \
+ ${WRKSRC}/doc/config.html
+
.include <bsd.port.post.mk>