svn commit: r419234 - head/graphics/photopc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 29 09:00:56 UTC 2016


Author: amdmi3
Date: Fri Jul 29 09:00:55 2016
New Revision: 419234
URL: https://svnweb.freebsd.org/changeset/ports/419234

Log:
  - Switch to options helpers

Modified:
  head/graphics/photopc/Makefile

Modified: head/graphics/photopc/Makefile
==============================================================================
--- head/graphics/photopc/Makefile	Fri Jul 29 08:38:08 2016	(r419233)
+++ head/graphics/photopc/Makefile	Fri Jul 29 09:00:55 2016	(r419234)
@@ -18,11 +18,11 @@ PLIST_FILES=	bin/epinfo \
 		lib/libeph_io.a \
 		man/man1/epinfo.1.gz \
 		man/man1/photopc.1.gz
-
 PORTDOCS=	README protocol.htm usage.htm
+
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list