diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:09:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:09:47 +0000 |
commit | de494a80910bba9be314cb2d32f0c7e07de7b33f (patch) | |
tree | 3645a10ed72391740d754f21302e9a7bd1e2f8ed /graphics/nip2 | |
parent | ac9d42d09cab6b10f5e477912a5983632bb16014 (diff) |
Notes
Diffstat (limited to 'graphics/nip2')
-rw-r--r-- | graphics/nip2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 24d34a2e697c..c38ea43c44f8 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -28,7 +28,7 @@ DOS2UNIX_GLOB= *.def SUB_FILES= run-nip2.sh # This port has no man-pages. It installs a number of HTML files, # which are available through the GUI's Help. For this reason, they -# are always installed, regardless of the NOPORTDOCS setting. +# are always installed, regardless of the DOCS setting. # Somehow vendor's configure misses these: MAKE_ENV+= UPDATE_MIME_DATABASE=update-mime-database \ UPDATE_DESKTOP_DATABASE=update-desktop-database @@ -51,10 +51,10 @@ test check: build # ${GMAKE} -C ${WRKSRC} check -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if ! ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) EXTRACT_AFTER_ARGS+= --exclude nipguide.pdf --exclude pdf .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |