summaryrefslogtreecommitdiff
path: root/devel/popt/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-09-30 21:03:22 +0000
committerrh <rh@pkgsrc.org>2001-09-30 21:03:22 +0000
commit6f9a41c49eb6f6646f52003f98057a099b4ea572 (patch)
tree1aebf3200abe91ed7d3e1ea3f3643e3661df487f /devel/popt/Makefile
parent92d400e8500e9ffca3c437b3b9739b28b046389f (diff)
downloadpkgsrc-6f9a41c49eb6f6646f52003f98057a099b4ea572.tar.gz
Update popt to 1.6.2. Changes are bugfixes and a few additional parsers.
While we are at it, add a buildlink.mk file as well.
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r--devel/popt/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile
index 73ae265a938..cd756a49407 100644
--- a/devel/popt/Makefile
+++ b/devel/popt/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2001/07/01 11:46:49 tron Exp $
+# $NetBSD: Makefile,v 1.9 2001/09/30 21:03:22 rh Exp $
#
-DISTNAME= popt-1.5.-1
-PKGNAME= popt-1.5
+DISTNAME= popt-1.6.2
CATEGORIES= devel
-MASTER_SITES= ftp://people.redhat.com/sopwith/popt/
+MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \
+ http://gd.tuwien.ac.at/z7/utils/rpm.org/dist/rpm-4.0.x/ \
+ ftp://ftp.iks-jena.de/pub/software/unix/misc/ \
+ ftp://sunsite.cnlab-switch.ch/mirror/rpm/dist/rpm-4.0.x/
MAINTAINER= packages@netbsd.org
COMMENT= Command line option parsing library
@@ -17,7 +19,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
-MAKE_ENV+= LOCALEDIR=${LOCAL_BASE}/share/locale/
+CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"