aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2008-03-20 23:49:10 +0800
committerdanfe <danfe@FreeBSD.org>2008-03-20 23:49:10 +0800
commit9b144df694df80ee157571ad39786ecb5b54915f (patch)
tree68f041442697d6e7cfeca280c0795042b92d9aa0
parent4699e8eab057e0a26991292d48fea023910012b2 (diff)
downloadfreebsd-ports-gnome-9b144df694df80ee157571ad39786ecb5b54915f.tar.gz
freebsd-ports-gnome-9b144df694df80ee157571ad39786ecb5b54915f.tar.zst
freebsd-ports-gnome-9b144df694df80ee157571ad39786ecb5b54915f.zip
- Drop USE_X_PREFIX [*]
- Use SF macro - Minor Makefile nits Reminded by: beech, miwi [*]
-rw-r--r--emulators/tiemu2/Makefile4
-rw-r--r--emulators/tilem/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/emulators/tiemu2/Makefile b/emulators/tiemu2/Makefile
index 74a29a21bbbc..a55da4223bb1 100644
--- a/emulators/tiemu2/Makefile
+++ b/emulators/tiemu2/Makefile
@@ -23,11 +23,9 @@ LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
-USE_X_PREFIX= yes
-
-MAN1= tiemu.1
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+MAN1= tiemu.1
post-extract: .SILENT
${RM} ${WRKSRC}/src/Makefile
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>