diff options
author | obache <obache@pkgsrc.org> | 2007-05-12 00:52:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-12 00:52:28 +0000 |
commit | 223a8d7c6b3fbd4d15c8962202b48647bc2058b4 (patch) | |
tree | dc941729b1144b6f6ec452d6759d4a717c8c773c /devel/popt/Makefile | |
parent | e1ccd4a18a60c2015dded23b8e8090d322c62253 (diff) | |
download | pkgsrc-223a8d7c6b3fbd4d15c8962202b48647bc2058b4.tar.gz |
Update popt to 1.10.7.
Changes are unavailable.
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r-- | devel/popt/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 99a9613baa5..133ea73be12 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.35 2007/05/11 13:50:40 obache Exp $ +# $NetBSD: Makefile,v 1.36 2007/05/12 00:52:28 obache Exp $ # -DISTNAME= popt-1.7 -PKGREVISION= 7 +DISTNAME= popt-1.10.7 CATEGORIES= devel -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \ - ftp://ftp.iks-jena.de/pub/software/unix/misc/ \ - ftp://sunsite.cnlab-switch.ch/mirror/rpm/dist/rpm-4.1.x/ +MASTER_SITES= http://wraptastic.org/pub/rpm-4.4.x/ \ + ftp://wraptastic.org/pub/rpm-4.4.x/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Command line option parsing library @@ -16,12 +14,13 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= ORBit<=0.5.3 -WRKSRC= ${WRKDIR}/${DISTNAME} USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes +TEST_TARGET= check + # XXX: avoid to check GNU xgettext. post-extract: touch ${WRKDIR}/rpm.c |