1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- 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
This commit is contained in:
Ion-Mihai Tetcu 2009-04-07 15:57:21 +00:00
parent 7824c2cacf
commit 64144eca2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231791

View File

@ -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