From 0e0877caa0de41e6c33a8859ba9fd52def8a7eca Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 20 Mar 2008 18:03:08 +0000 Subject: - Use SF macro - Get rid of USE_X_PREFIX. Submitted by: Dmitry Marakasov (maintainer) --- games/tomatoes/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'games/tomatoes') diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile index a9f37e44c578..abe0c964102c 100644 --- a/games/tomatoes/Makefile +++ b/games/tomatoes/Makefile @@ -7,10 +7,9 @@ PORTNAME= tomatoes PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTFILES= ${PORTNAME}-linux-src-${PORTVERSION}5${EXTRACT_SUFX} \ ${PORTNAME}-linux-${PORTVERSION}${EXTRACT_SUFX} @@ -21,7 +20,6 @@ WRKSRC= ${WRKDIR}/tomatoes-${PORTVERSION}5 TDATA= ${WRKDIR}/tomatoes-${PORTVERSION} USE_BZIP2= yes -USE_X_PREFIX= yes USE_SDL= mixer image USE_GL= yes USE_GMAKE= yes -- cgit