aboutsummaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 23:11:12 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 23:11:12 +0000
commit44eaadcb751194bcef34890a161d4bf9a873a2a4 (patch)
tree37076f8661cc0a667d6e54eab2728ecc665430a0 /audio/lame
parent156cc72026ce25b8da3d604f4fb691e4d6413b5f (diff)
downloadports-44eaadcb751194bcef34890a161d4bf9a873a2a4.tar.gz
ports-44eaadcb751194bcef34890a161d4bf9a873a2a4.zip
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
Notes
Notes: svn path=/head/; revision=362014
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index 4b49eedb6aff..2a94c7029d3e 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -19,6 +19,8 @@ RESTRICTED= patent issues, see http://www.mp3licensing.com/
DOC_FILES= API LICENSE README TODO USAGE
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"