diff options
author | salo <salo> | 2002-11-30 23:21:32 +0000 |
---|---|---|
committer | salo <salo> | 2002-11-30 23:21:32 +0000 |
commit | 0c8d2bc7319df5700c4d1e21c46775986b806cac (patch) | |
tree | df04800cb97d9489ce4b03779d10159577b3b4a7 /devel/popt | |
parent | e6d184ce14b3cf859d28273dd014568ce8c859c3 (diff) | |
download | pkgsrc-0c8d2bc7319df5700c4d1e21c46775986b806cac.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patches, delint.
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 4 | ||||
-rw-r--r-- | devel/popt/distinfo | 3 | ||||
-rw-r--r-- | devel/popt/patches/patch-aa | 13 |
3 files changed, 3 insertions, 17 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 5b315548d6d..87349f70c31 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/10/19 18:08:58 martti Exp $ +# $NetBSD: Makefile,v 1.16 2002/11/30 23:21:39 salo Exp $ # DISTNAME= popt-1.7 @@ -17,13 +17,13 @@ BUILD_USES_MSGFMT= yes CONFLICTS= ORBit<=0.5.3 USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool WRKSRC= ${WRKDIR}/${DISTNAME} -CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/popt/distinfo b/devel/popt/distinfo index e3543cc9512..da1ab1da05f 100644 --- a/devel/popt/distinfo +++ b/devel/popt/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.10 2002/11/26 06:50:20 jlam Exp $ +$NetBSD: distinfo,v 1.11 2002/11/30 23:21:39 salo Exp $ SHA1 (popt-1.7.tar.gz) = 66f3c77b87a160951b180447f4a6dce68ad2f71b Size (popt-1.7.tar.gz) = 574549 bytes -SHA1 (patch-aa) = e4fe1bf5bfd717faf8233a22300869121827af6c SHA1 (patch-ab) = 7c9ad516baeb6343dfc21f8611f132592575d084 diff --git a/devel/popt/patches/patch-aa b/devel/popt/patches/patch-aa deleted file mode 100644 index 0acc1e688d4..00000000000 --- a/devel/popt/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2002/10/15 10:18:41 martti Exp $ - ---- configure.orig Sat Aug 31 15:22:20 2002 -+++ configure Tue Oct 15 12:05:53 2002 -@@ -12382,7 +12382,7 @@ - nls_cv_header_intl= - nls_cv_header_libgt= - -- DATADIRNAME=share -+ DATADIRNAME=${PKGLOCALEDIR} - - - INSTOBJEXT=.mo |