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/py-mpd | |
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/py-mpd')
-rw-r--r-- | audio/py-mpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/py-mpd/Makefile b/audio/py-mpd/Makefile index 32bc2d56a19a..6c5fc07fc469 100644 --- a/audio/py-mpd/Makefile +++ b/audio/py-mpd/Makefile @@ -18,7 +18,9 @@ NO_STAGE= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python_mpd -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} post-install: |