summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>1999-12-03 06:12:01 +0000
committerDonald Burr <dburr@FreeBSD.org>1999-12-03 06:12:01 +0000
commit7f535f264f96e54328fc6b06626dc1acdf8dc7d9 (patch)
tree0237641936117a1ff370d25ff6247041a1a17570 /audio
parentUpgrade to 17.3. You will need to re-build your opening books. (diff)
${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.
Notes
Notes: svn path=/head/; revision=23563
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))