diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-28 12:51:36 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-28 12:51:36 +0000 |
commit | 95f59f48ec48efe516f10e138c642e908b24174f (patch) | |
tree | 17c7887718d836e227b303934f4cfe73133d7f30 | |
parent | a76cb7478fc1df14f9b7f0af92cc86e2d27dfe84 (diff) | |
download | FreeBSD-ports-95f59f48ec48efe516f10e138c642e908b24174f.zip FreeBSD-ports-95f59f48ec48efe516f10e138c642e908b24174f.tar.gz |
Fix master_sites
PR: ports/47357
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
-rw-r--r-- | emulators/yape/Makefile | 2 | ||||
-rw-r--r-- | emulators/yape/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 5fe7fb4..4b8cb20 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -8,7 +8,7 @@ PORTNAME= yape PORTVERSION= 0.32.3 CATEGORIES= emulators -MASTER_SITES= http://www.keepitretro.com/plus4/download/ +MASTER_SITES= http://www.cbm264.com/yape/download/ DISTNAME= yapeSDL-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu diff --git a/emulators/yape/pkg-descr b/emulators/yape/pkg-descr index b3de21b..5425caf 100644 --- a/emulators/yape/pkg-descr +++ b/emulators/yape/pkg-descr @@ -11,5 +11,5 @@ Yape features: - PRG and TAP file format support - fake disk LOAD/SAVE to the file system -WWW: http://plus4.keepitretro.com +WWW: http://www.cbm264.com/yape/ Janos Mohacsi |