diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 02:03:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 02:03:42 +0800 |
commit | 5caf92101d5923f971172763a18307f397728314 (patch) | |
tree | d560459d27ae14c67a9999e90e27b572127e7bc7 /games | |
parent | 0e0877caa0de41e6c33a8859ba9fd52def8a7eca (diff) | |
download | freebsd-ports-graphics-5caf92101d5923f971172763a18307f397728314.tar.gz freebsd-ports-graphics-5caf92101d5923f971172763a18307f397728314.tar.zst freebsd-ports-graphics-5caf92101d5923f971172763a18307f397728314.zip |
- Get rid of USE_X_PREFIX.
- Use SF macro
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/blokish/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/blokish/Makefile b/games/blokish/Makefile index 972f08b0703..6cc004d6507 100644 --- a/games/blokish/Makefile +++ b/games/blokish/Makefile @@ -7,10 +7,9 @@ PORTNAME= blokish PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}_src_v${PORTVERSION} EXTRACT_SUFX= .tgz @@ -19,7 +18,6 @@ COMMENT= Clone of the strategy board game 'Blokus' GNU_CONFIGURE= yes USE_GMAKE= yes -USE_X_PREFIX= yes USE_GL= yes USE_WX= 2.6 |