svn commit: r402172 - head/graphics/netpbm

Dirk Meyer dinoex at FreeBSD.org
Sat Nov 21 17:40:01 UTC 2015


Author: dinoex
Date: Sat Nov 21 17:40:00 2015
New Revision: 402172
URL: https://svnweb.freebsd.org/changeset/ports/402172

Log:
  - use post-install-DOCS-on

Modified:
  head/graphics/netpbm/Makefile

Modified: head/graphics/netpbm/Makefile
==============================================================================
--- head/graphics/netpbm/Makefile	Sat Nov 21 17:36:59 2015	(r402171)
+++ head/graphics/netpbm/Makefile	Sat Nov 21 17:40:00 2015	(r402172)
@@ -128,9 +128,9 @@ post-install:
 	cd ${WRKDIR}/doc && ${INSTALL_MAN} ${HMAN3} ${STAGEDIR}${PREFIX}/man/man3/
 	cd ${WRKDIR}/doc && ${INSTALL_MAN} ${HMAN5} ${STAGEDIR}${PREFIX}/man/man5/
 .endif
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/USERDOC ${STAGEDIR}${DOCSDIR}/
-.endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list