From debf89329c7efb3a7619ad8373272541ebedb9a9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 31 Dec 2012 14:05:59 +0000 Subject: Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS --- archivers/jzlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archivers/jzlib') diff --git a/archivers/jzlib/Makefile b/archivers/jzlib/Makefile index 366291dd3400..e09a83b5e415 100644 --- a/archivers/jzlib/Makefile +++ b/archivers/jzlib/Makefile @@ -39,6 +39,7 @@ PLIST_FILES+= %%EXAMPLESDIR%%/${file} PLIST_DIRS+= \ %%EXAMPLESDIR%% +.include do-build: @cd ${WRKSRC}/src/main/java && ${FIND} com -name "*.java" | \ ${XARGS} -n 10 -x \ @@ -49,7 +50,7 @@ do-build: do-install: # docs -.ifndef(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} . for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -- cgit v1.2.3