aboutsummaryrefslogtreecommitdiff
path: root/emulators/tilem
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-03-20 15:49:10 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-03-20 15:49:10 +0000
commitdb6f263a3a78bdf45b039da67e8379cd76636fcd (patch)
tree33ccc762fe33a09e82cd548c26a514cc67bc4200 /emulators/tilem
parent61015c5405ab6fe8f5bb18e400696d70b84c7d41 (diff)
downloadports-db6f263a3a78bdf45b039da67e8379cd76636fcd.tar.gz
ports-db6f263a3a78bdf45b039da67e8379cd76636fcd.zip
- Drop USE_X_PREFIX [*]
- Use SF macro - Minor Makefile nits Reminded by: beech, miwi [*]
Notes
Notes: svn path=/head/; revision=209450
Diffstat (limited to 'emulators/tilem')
-rw-r--r--emulators/tilem/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile
index 96f5266c4e90..1fcb5c55e341 100644
--- a/emulators/tilem/Makefile
+++ b/emulators/tilem/Makefile
@@ -9,8 +9,7 @@ PORTNAME= tilem
PORTVERSION= 0.973
PORTREVISION= 1
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= danfe@FreeBSD.org
COMMENT= An emulator for the Z80 series of Texas Instruments calculators
@@ -19,6 +18,5 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
-USE_X_PREFIX= yes
.include <bsd.port.mk>