mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- fix a typo when commenting out VORBIS in pkg-plist substitutions
- fix the ownership of files in ${PREFIX}/share/freeamp PR: 33101, 33096 Submitted by: Alan Eldridge <alane@geeksrus.net> Noticed by: John Merryweather Cooper <john_m_cooper@yahoo.com>
This commit is contained in:
parent
513e50c7a3
commit
0869cc565c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52018
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user