Configuration file libao.conf should be in ${PREFIX}/etc.

PR:		109914
Submitted by:	Ed Schouten <ed@fxq.nl>
This commit is contained in:
Christian Weisgerber 2007-03-09 18:14:06 +00:00
parent d99a3bc646
commit f5a0835f0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187035

View file

@ -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>