diff options
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 4be9f3eb7ef1..92a50e0b66e3 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -50,7 +50,7 @@ post-patch: s|: install-dist_docDATA|:|g' ${WRKSRC}/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/ .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/ |