aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngnq
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:09:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:09:47 +0000
commitde494a80910bba9be314cb2d32f0c7e07de7b33f (patch)
tree3645a10ed72391740d754f21302e9a7bd1e2f8ed /graphics/pngnq
parentac9d42d09cab6b10f5e477912a5983632bb16014 (diff)
downloadports-de494a80910bba9be314cb2d32f0c7e07de7b33f.tar.gz
ports-de494a80910bba9be314cb2d32f0c7e07de7b33f.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360491
Diffstat (limited to 'graphics/pngnq')
-rw-r--r--graphics/pngnq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile
index 55e817b475f3..13afad055801 100644
--- a/graphics/pngnq/Makefile
+++ b/graphics/pngnq/Makefile
@@ -24,12 +24,12 @@ USES= pkgconfig
PORTDOCS= README COPYING
PLIST_FILES= bin/pngcomp bin/pngnq man/man1/pngnq.1.gz
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}/${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>