diff options
author | tron <tron@pkgsrc.org> | 1999-03-12 21:05:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-12 21:05:56 +0000 |
commit | a567fd607d01806aec7809bc0bd6568584632bf9 (patch) | |
tree | 8597925d3db3bb44618a58564bb00669c19ca710 /devel | |
parent | 12a70ec3701e6875ee952256a221438a0580bf9e (diff) | |
download | pkgsrc-a567fd607d01806aec7809bc0bd6568584632bf9.tar.gz |
As pointed out by Michael Brakemeier the distribution file for "gettext"
version 0.10.35 can be found on "alpha.gnu.org".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gettext/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 03d91f21ffd..9ec4233fb3b 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.7 1999/03/11 10:35:46 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/03/12 21:05:56 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # DISTNAME= gettext-0.10.35 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ftp://alpha.gnu.org/gnu/ MAINTAINER= tron@netbsd.org -MIRROR_DISTFILE= no GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" |