aboutsummaryrefslogtreecommitdiff
path: root/audio/zinf/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-23 03:57:35 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-23 03:57:35 +0000
commit0869cc565ce8148e866e7b18b2588ba6a66b8f57 (patch)
treeeba67ba99eb435a093bec016a953571e7d83645d /audio/zinf/Makefile
parent513e50c7a3d4ff6e7d26e8a32239ca880f7b8118 (diff)
downloadports-0869cc565ce8148e866e7b18b2588ba6a66b8f57.tar.gz
ports-0869cc565ce8148e866e7b18b2588ba6a66b8f57.zip
Notes
Diffstat (limited to 'audio/zinf/Makefile')
-rw-r--r--audio/zinf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile
index 95fc9570ef56..4fabe5534daf 100644
--- a/audio/zinf/Makefile
+++ b/audio/zinf/Makefile
@@ -55,7 +55,7 @@ LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis
PLIST_SUB+= VORBIS=""
.else
CONFIGURE_ARGS+= --disable-vorbis
-PLIST_SUB+= VORBIS="@comment"
+PLIST_SUB+= VORBIS="@comment "
.endif
pre-everything::
@@ -73,5 +73,6 @@ post-install:
@${MKDIR} ${PREFIX}/etc/sdr/plugins
${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.freeamp \
${PREFIX}/etc/sdr/plugins
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/freeamp
.include <bsd.port.post.mk>