From 62dc59cf61fdf5557b3512d0ca3238bd4ce56286 Mon Sep 17 00:00:00 2001 From: itetcu Date: Tue, 7 Apr 2009 15:57:21 +0000 Subject: - 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 --- emulators/fmsx/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emulators') 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 -- cgit