diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:26:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:26:06 +0000 |
commit | 49bf36d52771ccccdeacb84f6e4f3406a8814618 (patch) | |
tree | bc69c025c1ff53d7dce410b1f29dea3232181f67 /audio/toolame | |
parent | rene-ladan.nl is online again, re-add it to MASTER_SITES (diff) |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
Notes
Notes:
svn path=/head/; revision=338547
Diffstat (limited to 'audio/toolame')
-rw-r--r-- | audio/toolame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 78c9afe720e7..74f03409993f 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -23,10 +23,10 @@ USE_CSTD= gnu89 PLIST_FILES= bin/toolame PORTDOCS= FUTURE HISTORY LGPL.txt README -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> do-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} |