Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2016 12:02:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412466 - head/graphics/gifsicle
Message-ID:  <201604031202.u33C2jjp008219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604031202.u33C2jjp008219>