svn commit: r405662 - head/games/xwordpy

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 10 00:23:26 UTC 2016


Author: amdmi3
Date: Sun Jan 10 00:23:24 2016
New Revision: 405662
URL: https://svnweb.freebsd.org/changeset/ports/405662

Log:
  - Drop unneeded PLIST_DIRS
  - Add NO_ARCH

Modified:
  head/games/xwordpy/Makefile

Modified: head/games/xwordpy/Makefile
==============================================================================
--- head/games/xwordpy/Makefile	Sun Jan 10 00:22:54 2016	(r405661)
+++ head/games/xwordpy/Makefile	Sun Jan 10 00:23:24 2016	(r405662)
@@ -15,6 +15,7 @@ BROKEN=		unfetchable
 USE_GNOME=	pygtk2
 USES=		python
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/xwordpy \
 		%%DATADIR%%/crossword-check-all.png \
@@ -22,7 +23,6 @@ PLIST_FILES=	bin/xwordpy \
 		%%DATADIR%%/crossword-clock.png \
 		%%DATADIR%%/crossword-solve.png \
 		%%DATADIR%%/layout-rtb.png
-PLIST_DIRS=	%%DATADIR%%
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%DATADIR%%|\'${DATADIR}\'|g" \


More information about the svn-ports-all mailing list