summaryrefslogtreecommitdiffstats
path: root/audio/napster
diff options
context:
space:
mode:
authordburr <dburr@FreeBSD.org>1999-12-03 06:12:01 +0000
committerdburr <dburr@FreeBSD.org>1999-12-03 06:12:01 +0000
commit6ddbe872f67deb00f48e245503dc66fac24c2e75 (patch)
tree297672b7f0daa82ed20f5ffcab226b2643d3ac8f /audio/napster
parent537c2eb251b4b3bb3cf128e8d7b13f8b41a17f6d (diff)
downloadFreeBSD-ports-6ddbe872f67deb00f48e245503dc66fac24c2e75.zip
FreeBSD-ports-6ddbe872f67deb00f48e245503dc66fac24c2e75.tar.gz
${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/napster')
-rw-r--r--audio/napster/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile
index fabe9c8..b857488 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))
OpenPOWER on IntegriCloud