diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ffcall/Makefile | 5 | ||||
-rw-r--r-- | devel/libFoundation/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 0b9fc988d5e..f907be26efc 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2008/06/12 02:14:22 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2008/08/23 07:46:59 obache Exp $ DISTNAME= ffcall-1.10 PKGREVISION= 2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ \ - http://www.haible.de/bruno/gnu/ \ +MASTER_SITES= http://www.haible.de/bruno/gnu/ \ ${MASTER_SITE_GNUSTEP:=libs/} MAINTAINER= adam@NetBSD.org diff --git a/devel/libFoundation/Makefile b/devel/libFoundation/Makefile index e203c10c172..50b68432bca 100644 --- a/devel/libFoundation/Makefile +++ b/devel/libFoundation/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2007/12/10 01:09:26 obache Exp $ +# $NetBSD: Makefile,v 1.12 2008/08/23 07:47:00 obache Exp $ # DISTNAME= libFoundation-1.0.72-r107 PKGNAME= ${DISTNAME:S/-r/./} PKGREVISION= 2 CATEGORIES= devel gnustep -MASTER_SITES= ftp://ftp.opengroupware.org/nightly/sources/releases/ \ - http://download.opengroupware.org/nightly/sources/releases/ +MASTER_SITES= http://download.opengroupware.org/nightly/sources/releases/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opengroupware.org/en/devs/thirdparty/libFoundation/ |