diff options
-rw-r--r-- | archivers/lzo/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 3 | ||||
-rw-r--r-- | audio/esound/Makefile | 3 | ||||
-rw-r--r-- | audio/libaudiofile/Makefile | 8 | ||||
-rw-r--r-- | audio/libmad/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-MailTools/Makefile | 7 | ||||
-rw-r--r-- | mail/spamassassin/Makefile | 31 | ||||
-rw-r--r-- | sysutils/dbus-glib/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dbus/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fam/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnome-vfs2/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtkspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/intltool/Makefile | 3 | ||||
-rw-r--r-- | textproc/libcroco/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Diff/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-docutils/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-xml/Makefile | 4 | ||||
-rw-r--r-- | textproc/texi2html/Makefile | 3 |
24 files changed, 78 insertions, 43 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 9c3033bd85a..dc2b0e0e45f 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:28:53 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/11/05 17:10:43 joerg Exp $ # DISTNAME= lzo-2.02 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.oberhumer.com/opensource/lzo/ COMMENT= Portable lossless data compression library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 260992f70d8..c355986a7a4 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/10 20:41:41 heinz Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/05 17:10:43 joerg Exp $ DISTNAME= Archive-Tar-1.29 PKGNAME= p5-${DISTNAME} @@ -15,6 +15,7 @@ DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir MAKE_PARAMS+= "-d" # Text::Diff is a prerequisite USE_LANGUAGES= # empty diff --git a/audio/esound/Makefile b/audio/esound/Makefile index feedb582e50..170357a687b 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2006/08/26 15:25:26 joerg Exp $ +# $NetBSD: Makefile,v 1.64 2006/11/05 17:14:19 joerg Exp $ DISTNAME= esound-0.2.36 PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html COMMENT= The Enlightened sound daemon PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= esound.pc.in diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 579beda95eb..7aaf942ebe3 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/04/11 21:44:53 tv Exp $ +# $NetBSD: Makefile,v 1.40 2006/11/05 17:14:19 joerg Exp $ DISTNAME= audiofile-0.2.6 PKGNAME= lib${DISTNAME} @@ -13,6 +13,7 @@ HOMEPAGE= http://andromeda.68k.org/~michael/audiofile/ COMMENT= Sound library for SGI audio file PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES @@ -20,8 +21,9 @@ PKGCONFIG_OVERRIDE= audiofile.pc.in DOCDIR= ${PREFIX}/share/doc/libaudiofile +INSTALLATION_DIRS= ${DOCDIR} + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - cd ${WRKSRC}/docs; ${INSTALL_DATA} af* sf* ${DOCDIR} + cd ${WRKSRC}/docs; ${INSTALL_DATA} af* sf* ${DESTDIR}${DOCDIR} .include "../../mk/bsd.pkg.mk" diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index ba889893b9f..72ca9e5620f 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/12/05 20:49:48 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/11/05 17:14:20 joerg Exp $ # DISTNAME= libmad-0.15.1b @@ -14,6 +14,7 @@ COMMENT= High-quality MPEG audio decoder CONFLICTS= mad<0.15 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES @@ -30,6 +31,6 @@ post-build: < ${FILESDIR}/mad.pc.in > ${WRKDIR}/mad.pc post-install: - ${INSTALL_DATA} ${WRKDIR}/mad.pc ${PREFIX}/lib/pkgconfig + ${INSTALL_DATA} ${WRKDIR}/mad.pc ${DESTDIR}${PREFIX}/lib/pkgconfig .include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index ae3887bbf11..abc18f87d11 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/05/17 21:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2006/11/05 17:15:54 joerg Exp $ # DISTNAME= MIME-tools-5.420 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MIME-tools/ COMMENT= Perl5 modules for encoding and decoding MIME messages +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64 DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index e3bfd12e631..ef94a12c9df 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/05/17 21:52:38 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2006/11/05 17:15:54 joerg Exp $ DISTNAME= MailTools-1.74 PKGNAME= p5-${DISTNAME} @@ -10,9 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MailTools/ COMMENT= Perl5 modules related to mail applications -BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net - PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Mail/.packlist diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 47d8bdda9f7..48d8ea337d8 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2006/10/10 18:39:27 heinz Exp $ +# $NetBSD: Makefile,v 1.77 2006/11/05 17:15:54 joerg Exp $ DISTNAME= Mail-SpamAssassin-3.1.7 PKGNAME= spamassassin-3.1.7 @@ -10,6 +10,9 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://spamassassin.apache.org/ COMMENT= Mail filter to identify spam +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" DEPENDS+= p5-Net-DNS>=0.34:../../net/p5-Net-DNS @@ -26,8 +29,6 @@ DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File CONFLICTS= p5-Mail-SpamAssassin-[1-9]* -PKG_INSTALLATION_TYPES= overwrite pkgviews - WRKSRC= ${WRKDIR}/${DISTNAME} PKG_SYSCONFSUBDIR= spamassassin @@ -135,18 +136,18 @@ post-install: spamc/README.qmail \ sample-nonspam.txt sample-spam.txt spamd/README \ spamd/README.vpopmail - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/${f} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}/${f} @${ECHO} "${DOC_SUBDIR}/${f}" >> ${PLIST_ADD} .endfor .for f in STATISTICS-set0.txt STATISTICS-set1.txt STATISTICS-set2.txt \ STATISTICS-set3.txt - @${INSTALL_DATA} ${WRKSRC}/rules/${f} ${DOCDIR} + @${INSTALL_DATA} ${WRKSRC}/rules/${f} ${DESTDIR}${DOCDIR} @${ECHO} "${DOC_SUBDIR}/${f}" >> ${PLIST_ADD} .endfor .for dir in masses sql ldap tools @cd ${WRKSRC}; \ for d in `${FIND} ${dir} -type d -print`; do \ - ${INSTALL_DATA_DIR} ${DOCDIR}/$$d; \ + ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}/$$d; \ done; \ for f in `${FIND} ${dir} -type f -print`; do \ if ${TEST} -x $$f ; then \ @@ -154,9 +155,9 @@ post-install: > $${f}.fixed && \ ${MV} $${f}.fixed $$f && \ ${CHMOD} +x $$f && \ - ${INSTALL_SCRIPT} $$f ${DOCDIR}/$$f; \ + ${INSTALL_SCRIPT} $$f ${DESTDIR}${DOCDIR}/$$f; \ else \ - ${INSTALL_DATA} $$f ${DOCDIR}/$$f; \ + ${INSTALL_DATA} $$f ${DESTDIR}${DOCDIR}/$$f; \ fi; \ ${ECHO} "${DOC_SUBDIR}/$$f" >> ${PLIST_ADD}; \ done; \ @@ -169,16 +170,16 @@ post-install: ${ECHO} "${RULE_SUBDIR}/$$f" >> ${PLIST_ADD}; \ done; \ for f in ${PRE_FILES}; do \ - ${INSTALL_DATA} $$f ${EGDIR} && \ + ${INSTALL_DATA} $$f ${DESTDIR}${EGDIR} && \ ${ECHO} ${EG_SUBDIR}/$$f >> ${PLIST_ADD}; \ done @# examples are in the static PLIST - @${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${EGDIR} - @${INSTALL_DATA} ${WRKSRC}/rules/local.cf ${EGDIR} - @${INSTALL_DATA} ${FILESDIR}/netbsd_lists.cf ${EGDIR} - @${CHOWN} ${SHAREOWN} ${RULESDIR}/* - @${CHGRP} ${SHAREGRP} ${RULESDIR}/* - @${CHMOD} a=r ${RULESDIR}/* + @${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${DESTDIR}${EGDIR} + @${INSTALL_DATA} ${WRKSRC}/rules/local.cf ${DESTDIR}${EGDIR} + @${INSTALL_DATA} ${FILESDIR}/netbsd_lists.cf ${DESTDIR}${EGDIR} + @${CHOWN} ${SHAREOWN} ${DESTDIR}${RULESDIR}/* + @${CHGRP} ${SHAREGRP} ${DESTDIR}${RULESDIR}/* + @${CHMOD} a=r ${DESTDIR}${RULESDIR}/* @{ for d in ${INSTALLATION_DIRS}; do \ ${ECHO} "@dirrm $$d"; \ done; } | ${SORT} -r >> ${PLIST_ADD}; diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile index 12cacd5712d..5675b64b3b2 100644 --- a/sysutils/dbus-glib/Makefile +++ b/sysutils/dbus-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/08/23 09:45:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2006/11/05 17:09:00 joerg Exp $ # DISTNAME= dbus-glib-0.71 @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus COMMENT= GLib bindings for the D-BUS message bus system +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 8d7a35a308f..1dcf98b699c 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/11/04 00:42:30 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2006/11/05 17:09:00 joerg Exp $ # DISTNAME= dbus-0.92 @@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/dbus COMMENT= Message bus system +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= dbus-glib<0.71 CONFLICTS+= py*-dbus<0.71 diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index 82141507825..bfcae459540 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/10/02 21:45:05 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2006/11/05 17:09:00 joerg Exp $ # DISTNAME= fam-2.7.0 @@ -15,6 +15,7 @@ HOMEPAGE= http://oss.sgi.com/projects/fam/ COMMENT= File Alteration Monitor PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir # fam is bundled with IRIX NOT_FOR_PLATFORM= IRIX-*-* diff --git a/sysutils/gnome-vfs2/Makefile b/sysutils/gnome-vfs2/Makefile index 5c89bdab343..ee936f7beed 100644 --- a/sysutils/gnome-vfs2/Makefile +++ b/sysutils/gnome-vfs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2006/09/16 15:36:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.67 2006/11/05 17:09:00 joerg Exp $ PKGREVISION= 1 @@ -20,6 +20,8 @@ LDFLAGS.Darwin+= -lresolv BUILDLINK_API_DEPENDS.glib2+= glib2>=2.9.3 +PKG_DESTDIR_SUPPORT= user-destdir + .include "Makefile.common" CONFIGURE_ARGS+= --enable-fam diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index fc0a713fde6..22d7223b086 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/06/11 14:24:21 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2006/11/05 17:06:43 joerg Exp $ DISTNAME= gtkspell-2.0.11 PKGREVISION= 3 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtkspell.sourceforge.net/ COMMENT= Spell checking GtkTextView widget +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 82660ce8ca2..b547f47c9c7 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/08/29 14:03:39 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2006/11/05 17:06:43 joerg Exp $ # DISTNAME= intltool-0.35.0 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Toolbox for internationalisation PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index b2fd671026c..ebebc826eba 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/09/16 12:20:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2006/11/05 17:06:43 joerg Exp $ # DISTNAME= libcroco-0.6.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freespiders.org/projects/libcroco/ COMMENT= Toolkit to parse and manipulate CSS (Cascading Style Sheets) +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index c9e54af3cab..65b91e60169 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2006/10/30 21:03:21 drochner Exp $ +# $NetBSD: Makefile,v 1.70 2006/11/05 17:06:43 joerg Exp $ DISTNAME= libxslt-1.1.18 CATEGORIES= textproc @@ -10,6 +10,7 @@ HOMEPAGE= http://xmlsoft.org/XSLT/ COMMENT= XSLT parser library from the GNOME project PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl USE_LIBTOOL= yes diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile index 3ce5db16433..2ea6454ba1c 100644 --- a/textproc/p5-Text-Diff/Makefile +++ b/textproc/p5-Text-Diff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/11/05 17:06:43 joerg Exp $ DISTNAME= Text-Diff-0.35 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= High-level text diffing module for Perl +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff PERL5_PACKLIST= auto/Text/Diff/.packlist diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index a4cb6fcbf86..eee0ed0a00e 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/11/05 17:06:43 joerg Exp $ # DISTNAME= Text-Template-1.44 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.plover.com/~mjd/perl/Template/ COMMENT= Perl5 library for generating form letters +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Text/Template/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-XML-NamespaceSupport/Makefile b/textproc/p5-XML-NamespaceSupport/Makefile index 4268e9accfe..51263bc1690 100644 --- a/textproc/p5-XML-NamespaceSupport/Makefile +++ b/textproc/p5-XML-NamespaceSupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:50 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $ DISTNAME= XML-NamespaceSupport-1.09 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-NamespaceSupport/ COMMENT= Perl module to the SAX2 NamespaceSupport class PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/NamespaceSupport/.packlist diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index ea538e0ffc4..6284d35cf18 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/02/05 23:11:05 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/11/05 17:06:43 joerg Exp $ # DISTNAME= XML-Parser-2.34 @@ -13,6 +13,7 @@ HOMEPAGE= http://search.cpan.org/dist/XML-Parser/ COMMENT= Perl extension interface to James Clark's XML parser, expat PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/XML/Parser/.packlist MAKE_PARAMS+= EXPATLIBPATH=${BUILDLINK_PREFIX.expat}/lib diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index ff0aa1e491a..212ce0a7d74 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/11/03 22:27:34 seb Exp $ +# $NetBSD: Makefile,v 1.18 2006/11/05 17:06:43 joerg Exp $ # DISTNAME= XML-Simple-2.16 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Simple/ COMMENT= Easy Perl API to read/write XML +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile index 03278a17610..3889b4a2783 100644 --- a/textproc/py-docutils/Makefile +++ b/textproc/py-docutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/10/04 22:01:00 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/11/05 17:06:43 joerg Exp $ DISTNAME= docutils-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://docutils.sourceforge.net/ COMMENT= Python tool to generate documents +PKG_DESTDIR_SUPPORT= user-destdir PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 PYDISTUTILSPKG= YES diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 2c796e004bb..a4120603426 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/06 06:22:52 reed Exp $ +# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $ # DISTNAME= PyXML-0.8.4 @@ -11,6 +11,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://pyxml.sourceforge.net/ COMMENT= Collection of libraries to process XML with Python +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= PyXML-[0-9]* PYDISTUTILSPKG= yes diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index da6cd820701..3c68abc0259 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/11/05 17:06:43 joerg Exp $ DISTNAME= texi2html-1.76 CATEGORIES= textproc @@ -11,6 +11,7 @@ COMMENT= Texinfo-to-HTML direct translator CONFLICTS= teTeX-bin-1.* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= perl:run GNU_CONFIGURE= yes |