svn commit: r412466 - head/graphics/gifsicle

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 3 12:02:47 UTC 2016


Author: amdmi3
Date: Sun Apr  3 12:02:45 2016
New Revision: 412466
URL: https://svnweb.freebsd.org/changeset/ports/412466

Log:
  - Switch to options helpers

Modified:
  head/graphics/gifsicle/Makefile

Modified: head/graphics/gifsicle/Makefile
==============================================================================
--- head/graphics/gifsicle/Makefile	Sun Apr  3 12:02:37 2016	(r412465)
+++ head/graphics/gifsicle/Makefile	Sun Apr  3 12:02:45 2016	(r412466)
@@ -26,7 +26,7 @@ X11_CONFIGURE_ENABLE=	gifview
 X11_CONFIGURE_WITH=	x
 X11_PLIST_FILES=	bin/gifview man/man1/gifview.1.gz
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
 


More information about the svn-ports-all mailing list