diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:47:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:47:05 +0000 |
commit | cff70035fd060f10d943334943e082cee0c4be95 (patch) | |
tree | 2e7984908a35aa8f2fe08ea2a523a09ff9e3db25 /audio/cd2mp3/Makefile | |
parent | Add DOCS option to the remaining staged ports where PORTDOCS appears (diff) |
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Diffstat (limited to '')
-rw-r--r-- | audio/cd2mp3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index 84f58e762564..8029c5bb84f6 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -21,6 +21,8 @@ WRKSRC= ${WRKDIR}/cd2mp3 PLIST_FILES= bin/cd2mp3 PORTDOCS= README +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} |