Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 23:11:41 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403574 - head/x11-themes/lxappearance
Message-ID:  <201512112311.tBBNBfSd042810@repo.freebsd.org>

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



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