diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-13 09:45:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-13 09:45:14 +0000 |
commit | 54b9168b5a1b6602323846c6c864c969b7688230 (patch) | |
tree | c4f0cc48c4425c49d553b63e261b1357d35a17ed /audio/napster/Makefile | |
parent | 53493722f94c263d8281e569707388502dbd05fb (diff) | |
download | ports-54b9168b5a1b6602323846c6c864c969b7688230.tar.gz ports-54b9168b5a1b6602323846c6c864c969b7688230.zip |
- Switch to options helpers
- Reflect setuid binary in plist
Notes
Notes:
svn path=/head/; revision=406029
Diffstat (limited to 'audio/napster/Makefile')
-rw-r--r-- | audio/napster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 86f16e78405b..dd7532739f15 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in NEWS README doc/napster.txt doc/userguide.html ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} |