svn commit: r374024 - head/games/tksol
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Dec 5 13:13:15 UTC 2014
Author: amdmi3
Date: Fri Dec 5 13:13:14 2014
New Revision: 374024
URL: https://svnweb.freebsd.org/changeset/ports/374024
QAT: https://qat.redports.org/buildarchive/r374024/
Log:
- Switch to USES=tar:tgz
- Drop @dirrm* from plist
Modified:
head/games/tksol/Makefile
head/games/tksol/pkg-plist
Modified: head/games/tksol/Makefile
==============================================================================
--- head/games/tksol/Makefile Fri Dec 5 13:13:08 2014 (r374023)
+++ head/games/tksol/Makefile Fri Dec 5 13:13:14 2014 (r374024)
@@ -6,7 +6,6 @@ PORTVERSION= 1.8.4
PORTREVISION= 1
CATEGORIES= games tk
MASTER_SITES= SUNSITE/games/solitaires
-EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= Version of the card game solitaire
@@ -15,6 +14,7 @@ LICENSE= GPLv2
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
+USES= tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
Modified: head/games/tksol/pkg-plist
==============================================================================
--- head/games/tksol/pkg-plist Fri Dec 5 13:13:08 2014 (r374023)
+++ head/games/tksol/pkg-plist Fri Dec 5 13:13:14 2014 (r374024)
@@ -98,8 +98,3 @@ man/man6/tksol.6.gz
%%DATADIR%%/pictures/ratel.xbm
%%DATADIR%%/pictures/thewingedhorse.xbm
%%DATADIR%%/place.xbm
- at dirrm %%DATADIR%%/pictures/mini
- at dirrm %%DATADIR%%/pictures
- at dirrm %%DATADIR%%/cards
- at dirrm %%DATADIR%%/cardbacks
- at dirrm %%DATADIR%%
More information about the svn-ports-all
mailing list