diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:20:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:20:34 +0000 |
commit | c6d73b3a6420b0cc781dcaab5b01819c8831f8f5 (patch) | |
tree | 7717c1858019e0ae60560bed33511b8e59c00f8e /emulators/o2em | |
parent | 075acacd24db0c43cce5dccc810156a1c5eff446 (diff) | |
download | ports-c6d73b3a6420b0cc781dcaab5b01819c8831f8f5.tar.gz ports-c6d73b3a6420b0cc781dcaab5b01819c8831f8f5.zip |
Notes
Diffstat (limited to 'emulators/o2em')
-rw-r--r-- | emulators/o2em/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile index 57c1a2efd4a8..ed459c5ce6eb 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -9,7 +9,7 @@ PORTNAME= o2em PORTVERSION= 1.17 PORTREVISION= 2 CATEGORIES= emulators games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/o2em/:S/$/:1/} \ +MASTER_SITES= SF/${PORTNAME}/OldFiles:1 \ http://o2em.sourceforge.net/files/:2 DISTFILES= o2em117src.zip:1 \ o2mainsamp.zip:2 |