aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordburr <dburr@FreeBSD.org>1999-12-03 14:12:01 +0800
committerdburr <dburr@FreeBSD.org>1999-12-03 14:12:01 +0800
commit6ddbe872f67deb00f48e245503dc66fac24c2e75 (patch)
tree297672b7f0daa82ed20f5ffcab226b2643d3ac8f /audio
parent537c2eb251b4b3bb3cf128e8d7b13f8b41a17f6d (diff)
downloadfreebsd-ports-gnome-6ddbe872f67deb00f48e245503dc66fac24c2e75.tar.gz
freebsd-ports-gnome-6ddbe872f67deb00f48e245503dc66fac24c2e75.tar.zst
freebsd-ports-gnome-6ddbe872f67deb00f48e245503dc66fac24c2e75.zip
${INSTALL_PROGRAM} runs strip, which doesn't like the fact that this
is a NetBSD binary. Fixed. Thanks to Spidey <beaupran@iro.umontreal.ca> for quickly pointing this out to me.
Diffstat (limited to 'audio')
-rw-r--r--audio/napster/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile
index fabe9c8e9795..b85748852037 100644
--- a/audio/napster/Makefile
+++ b/audio/napster/Makefile
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/nap
NO_BUILD= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nap ${PREFIX}/bin/nap
+ ${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap
${MKDIR} ${PREFIX}/share/nap
${INSTALL_DATA} ${WRKSRC}/nap.conf ${PREFIX}/share/nap
.if (!defined(NOPORTDOCS))