diff options
Diffstat (limited to 'audio/py-mpd/Makefile')
-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: |