svn commit: r399412 - head/deskutils/treesheets

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 15 20:58:45 UTC 2015


Author: amdmi3
Date: Thu Oct 15 20:58:43 2015
New Revision: 399412
URL: https://svnweb.freebsd.org/changeset/ports/399412

Log:
  - Switch to options helpers
  - Drop deprecated WX_UNICODE
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/treesheets/Makefile

Modified: head/deskutils/treesheets/Makefile
==============================================================================
--- head/deskutils/treesheets/Makefile	Thu Oct 15 20:58:08 2015	(r399411)
+++ head/deskutils/treesheets/Makefile	Thu Oct 15 20:58:43 2015	(r399412)
@@ -22,7 +22,6 @@ MAKE_ENV=	PACKAGE_VERSION=${PACKAGE_VERS
 
 USES=		compiler:c++11-lib
 USE_WX=		3.0+
-WX_UNICODE=	yes
 
 PORTDATA=	images
 PORTDOCS=	docs *.html
@@ -48,10 +47,14 @@ post-patch: .SILENT
 do-install:
 	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	(cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR})
+	${INSTALL_DATA} ${WRKSRC}/TS/images/icon32.png \
+		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
+
+do-install-DOCS-on:
 	(cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
+
+do-install-EXAMPLES-on:
 	(cd ${WRKSRC}/TS/examples && ${COPYTREE_SHARE} "${PORTEXAMPLES}" \
 		${STAGEDIR}${EXAMPLESDIR})
-	${INSTALL_DATA} ${WRKSRC}/TS/images/icon32.png \
-		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list