diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:49:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:49:33 +0000 |
commit | 605f49a1549db3338a7f755854ddbd9e8d43201e (patch) | |
tree | e92266243f12437844f0b94d56efcdbde175f5f0 /devel | |
parent | 9a2d793f15ac90d68b73e3dda4f1d860566e9169 (diff) | |
download | pkgsrc-605f49a1549db3338a7f755854ddbd9e8d43201e.tar.gz |
DESTDIR support.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/automake14/Makefile | 4 | ||||
-rw-r--r-- | devel/boehm-gc/Makefile | 5 | ||||
-rw-r--r-- | devel/gail/Makefile | 4 | ||||
-rw-r--r-- | devel/giblib/Makefile | 5 | ||||
-rw-r--r-- | devel/libbonobo/Makefile | 4 | ||||
-rw-r--r-- | devel/libbonoboui/Makefile | 4 | ||||
-rw-r--r-- | devel/libcfg+/Makefile | 3 | ||||
-rw-r--r-- | devel/libgnome/Makefile | 4 | ||||
-rw-r--r-- | devel/libgnomeui/Makefile | 4 | ||||
-rw-r--r-- | devel/libgsf/Makefile | 4 | ||||
-rw-r--r-- | devel/libsigc++2/Makefile | 13 | ||||
-rw-r--r-- | devel/ncurses/Makefile | 4 | ||||
-rw-r--r-- | devel/ncurses/Makefile.common | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-Diff/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Class-MakeMethods/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Compress-Zlib/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-File-Temp/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-IO-String/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-IO-Zlib/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Storable/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 3 | ||||
-rw-r--r-- | devel/popt/Makefile | 3 | ||||
-rw-r--r-- | devel/py-readline/Makefile | 4 | ||||
-rw-r--r-- | devel/readline/Makefile | 3 |
25 files changed, 67 insertions, 35 deletions
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 7a0dd67c2fa..05e9bbaac8a 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/30 03:44:42 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/05 17:49:33 joerg Exp $ # DISTNAME= automake-1.4-p6 @@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/automake/automake.html COMMENT= GNU Standards-compliant Makefile generator (old version) +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= autoconf213>=2.13:../../devel/autoconf213 CONFLICTS= automake<1.6 diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index e13a15b54db..8ed137c4deb 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/07/17 17:08:16 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2006/11/05 17:49:33 joerg Exp $ DISTNAME= gc6.8 PKGNAME= ${DISTNAME:S/gc/boehm-gc-/} @@ -10,6 +10,7 @@ HOMEPAGE= http://www.hpl.hp.com/personal/Hans_Boehm/gc/ COMMENT= Garbage collection and memory leak detection for C and C++ PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake USE_LANGUAGES= c c++ @@ -44,7 +45,7 @@ pre-build: ${WRKSRC}/doc/gc.man.in > ${WRKSRC}/doc/gc.man post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/${PKGMANDIR}/man3/gc.3 + ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/gc.3 do-test: cd ${WRKSRC} && \ diff --git a/devel/gail/Makefile b/devel/gail/Makefile index 012936ca420..4c9c94b4fcb 100644 --- a/devel/gail/Makefile +++ b/devel/gail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/10/17 16:54:29 drochner Exp $ +# $NetBSD: Makefile,v 1.47 2006/11/05 17:49:33 joerg Exp $ # DISTNAME= gail-1.9.3 @@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://developer.gnome.org/projects/gap/ COMMENT= GNOME Accessibility Implementation Library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= yes diff --git a/devel/giblib/Makefile b/devel/giblib/Makefile index 6ff553d4d86..1f8e6f23272 100644 --- a/devel/giblib/Makefile +++ b/devel/giblib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/04 21:35:59 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/11/05 17:49:33 joerg Exp $ DISTNAME= giblib-1.2.4 PKGREVISION= 4 @@ -9,11 +9,12 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://linuxbrit.co.uk/giblib/ COMMENT= Programming utility library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= giblib.pc.in USE_LIBTOOL= YES .include "../../graphics/imlib2/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 897aa072282..2a58102c8a9 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/09/15 15:06:56 jmmv Exp $ +# $NetBSD: Makefile,v 1.51 2006/11/05 17:49:33 joerg Exp $ DISTNAME= libbonobo-2.16.0 CATEGORIES= devel gnome @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://developer.gnome.org/ COMMENT= GNOME2 Object activation framework library +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= bonobo-activation-[0-9]* GNU_CONFIGURE= YES diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile index 42aeefb79d2..cb6babefcf6 100644 --- a/devel/libbonoboui/Makefile +++ b/devel/libbonoboui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/09/16 12:20:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.56 2006/11/05 17:49:33 joerg Exp $ # DISTNAME= libbonoboui-2.16.0 @@ -11,6 +11,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 Object activation framework library (graphical version) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes diff --git a/devel/libcfg+/Makefile b/devel/libcfg+/Makefile index 65ebc96ab68..37762808dee 100644 --- a/devel/libcfg+/Makefile +++ b/devel/libcfg+/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:29:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/11/05 17:49:33 joerg Exp $ # DISTNAME= libcfg+-0.6.2 @@ -11,6 +11,7 @@ HOMEPAGE= http://platon.sk/projects/libcfg+/ COMMENT= Command line and configuration file parsing library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index 0bceac8cc49..9e71fc33a3c 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2006/10/11 00:53:47 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.62 2006/11/05 17:49:33 joerg Exp $ # DISTNAME= libgnome-2.16.0 @@ -11,6 +11,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Core GNOME2 library (non-graphical) +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_API_DEPENDS.esound+= esound>=0.2.26 GNU_CONFIGURE= YES diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index d1d11dc14b5..af3419bdf71 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2006/10/13 18:13:33 drochner Exp $ +# $NetBSD: Makefile,v 1.66 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= libgnomeui-2.16.1 @@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Core GNOME2 graphical libraries +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= gnome-libs<=1.4.2nb1 GNU_CONFIGURE= yes diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index bc8ba83c1a3..f636095fc95 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/10/13 18:21:11 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= libgsf-1.14.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 structured file library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/devel/libsigc++2/Makefile b/devel/libsigc++2/Makefile index bc0a44434c2..d86ccb9432b 100644 --- a/devel/libsigc++2/Makefile +++ b/devel/libsigc++2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:45 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/05 17:49:34 joerg Exp $ DISTNAME= libsigc++-2.0.17 PKGNAME= libsigc++2-2.0.17 @@ -11,6 +11,8 @@ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://libsigc.sourceforge.net/ COMMENT= Type-safe callback system for C++ programs +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gm4 gmake @@ -29,10 +31,9 @@ PKGCONFIG_OVERRIDE= sigc++-2.0.pc.in CONFIGURE_ARGS+= --disable-threads .endif -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/lambda/macros - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/adaptors/macros - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/functors/macros - ${INSTALL_DATA_DIR} ${PREFIX}/include/sigc++-2.0/sigc++/macros +INSTALLATION_DIRS= include/sigc++-2.0/sigc++/adaptors/lambda/macros \ + include/sigc++-2.0/sigc++/adaptors/macros \ + include/sigc++-2.0/sigc++/functors/macros \ + include/sigc++-2.0/sigc++/macros .include "../../mk/bsd.pkg.mk" diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 66c04c654f1..5cd4a8a794f 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2006/10/13 18:07:49 tron Exp $ +# $NetBSD: Makefile,v 1.74 2006/11/05 17:49:34 joerg Exp $ .include "Makefile.common" @@ -28,6 +28,6 @@ post-configure: post-install: ${INSTALL_DATA} ${WRKSRC}/c++/demo.cc \ - ${PREFIX}/share/examples/ncurses++demo.cc + ${DESTDIR}${PREFIX}/share/examples/ncurses++demo.cc .include "../../mk/bsd.pkg.mk" diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common index c379cafa40f..0723156cbe5 100644 --- a/devel/ncurses/Makefile.common +++ b/devel/ncurses/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2006/10/13 18:07:49 tron Exp $ +# $NetBSD: Makefile.common,v 1.2 2006/11/05 17:49:34 joerg Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.5 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dickey.his.com/ncurses/ncurses.html PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile index 452147e9d09..e086d68a866 100644 --- a/devel/p5-Algorithm-Diff/Makefile +++ b/devel/p5-Algorithm-Diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:19 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/11/05 17:49:34 joerg Exp $ DISTNAME= Algorithm-Diff-1.1901 PKGNAME= p5-${DISTNAME:S/1901/19.01/} @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Algorithm-Diff/ COMMENT= Perl module for diffing similar to diff(1) PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl diff --git a/devel/p5-Class-MakeMethods/Makefile b/devel/p5-Class-MakeMethods/Makefile index d69d77325c8..bbe4af8eb45 100644 --- a/devel/p5-Class-MakeMethods/Makefile +++ b/devel/p5-Class-MakeMethods/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/22 22:50:32 tv Exp $ +# $NetBSD: Makefile,v 1.6 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= Class-MakeMethods-1.01 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Class-MakeMethods/ COMMENT= Getter/setter OO method maker for class elements PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes PERL5_PACKLIST= auto/Class/MakeMethods/.packlist diff --git a/devel/p5-Compress-Zlib/Makefile b/devel/p5-Compress-Zlib/Makefile index 3d8a242c0fd..70dd31c47f3 100644 --- a/devel/p5-Compress-Zlib/Makefile +++ b/devel/p5-Compress-Zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/07/19 22:36:26 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/11/05 17:49:34 joerg Exp $ DISTNAME= Compress-Zlib-1.42 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Compress-Zlib/ COMMENT= Perl5 module interface to the zlib compression library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Compress/Zlib/.packlist MAKE_ENV+= BUILD_ZLIB=False diff --git a/devel/p5-File-Temp/Makefile b/devel/p5-File-Temp/Makefile index df7b4a4d752..7d667047e75 100644 --- a/devel/p5-File-Temp/Makefile +++ b/devel/p5-File-Temp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/27 12:42:57 obache Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= File-Temp-0.17 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/File-Temp/ COMMENT= Provides functions for generating temporary files PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/File/Temp/.packlist diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile index 10977bf19db..15360c72bc7 100644 --- a/devel/p5-IO-String/Makefile +++ b/devel/p5-IO-String/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= IO-String-1.08 @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/IO-String/ COMMENT= Perl module for I/O on in-core objects like strings and arrays PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/IO/String/.packlist diff --git a/devel/p5-IO-Zlib/Makefile b/devel/p5-IO-Zlib/Makefile index 477e1c40d28..23f407a4525 100644 --- a/devel/p5-IO-Zlib/Makefile +++ b/devel/p5-IO-Zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/11/05 17:49:34 joerg Exp $ DISTNAME= IO-Zlib-1.04 PKGNAME= p5-${DISTNAME} @@ -10,9 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IO-Zlib/ COMMENT= Perl5 IO:: style interface to Compress::Zlib -DEPENDS+= p5-Compress-Zlib>=1.16:../../devel/p5-Compress-Zlib - PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Compress-Zlib>=1.16:../../devel/p5-Compress-Zlib PERL5_PACKLIST= auto/IO/Zlib/.packlist diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 4b3e0b2d8e2..24939f5ec42 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/12 16:39:47 heinz Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= IO-stringy-2.110 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/IO-stringy/ COMMENT= Perl class for I/O on in-core objects like strings and arrays PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IO/Stringy/.packlist diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 4d78aa8cce6..125af30fde2 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/10/25 13:37:45 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/05 17:49:34 joerg Exp $ DISTNAME= Storable-2.15 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Storable/ COMMENT= Perl extension module for persistent data storage PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Storable/.packlist diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 75a11ae94c8..1be5ff34b8d 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/10/21 07:38:42 obache Exp $ +# $NetBSD: Makefile,v 1.30 2006/11/05 17:49:34 joerg Exp $ DISTNAME= Test-Simple-0.64 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ COMMENT= Perl5 module with a simple framework for writing tests CONFLICTS+= p5-Test-Builder-Tester-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Simple/.packlist diff --git a/devel/popt/Makefile b/devel/popt/Makefile index a2d645e11ee..0e80065a8ea 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/13 18:23:31 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= popt-1.7 @@ -12,6 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Command line option parsing library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= ORBit<=0.5.3 diff --git a/devel/py-readline/Makefile b/devel/py-readline/Makefile index 8d31d4257a5..27ecd23153f 100644 --- a/devel/py-readline/Makefile +++ b/devel/py-readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 21:36:00 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/11/05 17:49:34 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-readline-0 @@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.python.org/doc/current/tut/node15.html COMMENT= Line editing support for Python +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/readline.c USE_GNU_READLINE= # defined diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 670319f3c90..0825888124f 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/10/22 10:55:31 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= readline-5.2 @@ -13,6 +13,7 @@ HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html COMMENT= GNU library that can recall and edit previous input PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes |