diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-25 19:13:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-25 19:13:14 +0000 |
commit | 150515c789394791db0865e3243ff5540ec148b1 (patch) | |
tree | b628e34e2a48ca1f70cbf506517da4f3a88f1561 /emulators | |
parent | 9b02ae4cc0773430fea2aec6fbae4d609b3cdeaa (diff) | |
download | ports-150515c789394791db0865e3243ff5540ec148b1.tar.gz ports-150515c789394791db0865e3243ff5540ec148b1.zip |
Notes
Diffstat (limited to 'emulators')
-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 6e01344c228f..e3855bc12f83 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -8,7 +8,7 @@ PORTNAME= o2em PORTVERSION= 1.17 CATEGORIES= emulators games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}o2em/:1 \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/o2em/:S/$/:1/} \ http://o2em.sourceforge.net/files/:2 DISTFILES= o2em117src.zip:1 \ o2mainsamp.zip:2 |