diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-24 19:08:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-24 19:08:51 +0000 |
commit | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (patch) | |
tree | 7516f9d5123254b7809cd03440829050538bcfc6 | |
parent | f38148d5b6b86e79331e81aec63d68531ace9e2f (diff) | |
download | pkgsrc-8c89cf7eab0786e7a5f162a44198b342e5fd87d0.tar.gz |
Comment out HOMEPAGE and MASTER_SITES:
paradogs.com expired on 03/17/2007 and is pending renewal or deletion.
Distfile is available from ftp.NetBSD.org.
-rw-r--r-- | emulators/applyppf/Makefile | 6 | ||||
-rw-r--r-- | emulators/makeppf/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/applyppf/Makefile b/emulators/applyppf/Makefile index 1cd104bac35..77bdeebdfd8 100644 --- a/emulators/applyppf/Makefile +++ b/emulators/applyppf/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/18 19:56:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/24 19:08:51 wiz Exp $ # DISTNAME= applyppf3_src PKGNAME= applyppf-3.0 CATEGORIES= emulators -MASTER_SITES= http://www.paradogs.com/download/ +MASTER_SITES= # http://www.paradogs.com/download/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.paradogs.com/download/ +#HOMEPAGE= http://www.paradogs.com/pdx_ppf3.htm COMMENT= PPF (Playstation Patch File) v3.0 apply tool WRKSRC= ${WRKDIR} diff --git a/emulators/makeppf/Makefile b/emulators/makeppf/Makefile index d96d2bc4879..1dd8994df81 100644 --- a/emulators/makeppf/Makefile +++ b/emulators/makeppf/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/18 20:01:28 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/24 19:08:51 wiz Exp $ # DISTNAME= makeppf3_src PKGNAME= makeppf-3.0 CATEGORIES= emulators -MASTER_SITES= http://www.paradogs.com/download/ +MASTER_SITES= # http://www.paradogs.com/download/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.paradogs.com/download/ +#HOMEPAGE= http://www.paradogs.com/pdx_ppf3.htm COMMENT= PPF (Playstation Patch File) v3.0 creation tool WRKSRC= ${WRKDIR} |