svn commit: r403574 - head/x11-themes/lxappearance

Pawel Pekala pawel at FreeBSD.org
Fri Dec 11 23:11:42 UTC 2015


Author: pawel
Date: Fri Dec 11 23:11:40 2015
New Revision: 403574
URL: https://svnweb.freebsd.org/changeset/ports/403574

Log:
  Switch to options helper

Modified:
  head/x11-themes/lxappearance/Makefile

Modified: head/x11-themes/lxappearance/Makefile
==============================================================================
--- head/x11-themes/lxappearance/Makefile	Fri Dec 11 23:08:23 2015	(r403573)
+++ head/x11-themes/lxappearance/Makefile	Fri Dec 11 23:11:40 2015	(r403574)
@@ -28,7 +28,7 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext-runtime
 NLS_CONFIGURE_ENABLE=	nls
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list