diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /games/bastet | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363374
Diffstat (limited to 'games/bastet')
-rw-r--r-- | games/bastet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/bastet/Makefile b/games/bastet/Makefile index 6f4eee3b1052..d39282c4b8e2 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.43 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://fph.altervista.org/prog/files/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses Tetris clone which is harder than every other Tetris @@ -15,7 +14,7 @@ LICENSE= GPLv3 # (or later) LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs -USES= gmake ncurses +USES= gmake ncurses tar:tgz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |