aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-04-07 23:57:21 +0800
committeritetcu <itetcu@FreeBSD.org>2009-04-07 23:57:21 +0800
commit62dc59cf61fdf5557b3512d0ca3238bd4ce56286 (patch)
treea49d7fb1063ef65b3b735beb061a40532a9b70fc /emulators
parent59389c6fea9e499f23bef4f7d36a5585a9179678 (diff)
downloadfreebsd-ports-gnome-62dc59cf61fdf5557b3512d0ca3238bd4ce56286.tar.gz
freebsd-ports-gnome-62dc59cf61fdf5557b3512d0ca3238bd4ce56286.tar.zst
freebsd-ports-gnome-62dc59cf61fdf5557b3512d0ca3238bd4ce56286.zip
- fix typo in MASTER_SITES
- remove commented code and blank line - note that :rom MASTER_SITES seems to be AWOL Prompted by: QAT QAT run
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fmsx/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index a36f6712d69c..31e5d7a4a547 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -9,7 +9,7 @@ PORTNAME= fmsx
PORTVERSION= 3.5.1
PORTREVISION= 2
CATEGORIES= emulators
-MASTER_SITES= ahttp://www.mavetju.org/download/adopted/:code \
+MASTER_SITES= http://www.mavetju.org/download/adopted/:code \
http://fms.komkon.org/fMSX/:code \
http://fms.komkon.org/fMSX/src/:rom
DISTFILES= fMSX351.zip:code \
@@ -40,8 +40,6 @@ post-patch:
${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \
${WRKSRC}/fMSX/Unix/Makefile \
${WRKSRC}/EMULib/Rules.Unix
-
-#post-patch:
.ifdef(WITH_BPP32) || defined(PACKAGE_BUILDING) || defined(BATCH)
${REINPLACE_CMD} -e 's/BPP16/BPP32/' ${WRKSRC}/fMSX/Unix/Makefile
.endif