diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 14:05:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 14:05:59 +0000 |
commit | debf89329c7efb3a7619ad8373272541ebedb9a9 (patch) | |
tree | 60e900705d828a5065e5b0bdccf54c71b6c2c59c /archivers/jzlib | |
parent | 8a5d35c41ad9da3572fe809c1ea46c8e31b31bda (diff) | |
download | ports-debf89329c7efb3a7619ad8373272541ebedb9a9.tar.gz ports-debf89329c7efb3a7619ad8373272541ebedb9a9.zip |
Notes
Diffstat (limited to 'archivers/jzlib')
-rw-r--r-- | archivers/jzlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.options.mk> 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} |