diff options
Diffstat (limited to 'graphics/pngnq/Makefile')
-rw-r--r-- | graphics/pngnq/Makefile | 4 |
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> |