diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /games/cheech | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.zst freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'games/cheech')
-rw-r--r-- | games/cheech/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/cheech/Makefile b/games/cheech/Makefile index ad4a4c63fed6..fea93c73e4d5 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.8 PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer Chinese Checkers game @@ -17,7 +16,7 @@ LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 OPTIONS_DEFINE= DOCS -USES= gmake pkgconfig +USES= gmake pkgconfig tar:tgz USE_GNOME= gtkmm24 USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes |