diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-13 18:01:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-13 18:01:18 +0000 |
commit | 6bb48b9623f0be9b684933715db75639e0b47ef5 (patch) | |
tree | 373bc74380ffe5c33d31e8ac4e10fc7ef8afd25a /x11 | |
parent | e00a9accddcc74b7c48dcadb5d8210f497e4d129 (diff) | |
download | pkgsrc-6bb48b9623f0be9b684933715db75639e0b47ef5.tar.gz |
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Tk/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-X11-Protocol/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk2/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 622a7130ede..a580dbc82e8 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/06/01 18:03:30 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2005/07/13 18:01:49 jlam Exp $ DISTNAME= Tk-804.027 PKGNAME= p5-Tk-804.027 @@ -16,7 +16,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_REQD= 5.8 -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tk/.packlist +PERL5_PACKLIST= auto/Tk/.packlist MAKE_PARAMS= X11=${X11BASE} diff --git a/x11/p5-X11-Protocol/Makefile b/x11/p5-X11-Protocol/Makefile index 4f642f64f8c..58fc6bdd90b 100644 --- a/x11/p5-X11-Protocol/Makefile +++ b/x11/p5-X11-Protocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:48:12 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:49 jlam Exp $ # DISTNAME= X11-Protocol-0.53 @@ -13,7 +13,7 @@ COMMENT= Interface to the X11 protocol PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/X11/Protocol/.packlist +PERL5_PACKLIST= auto/X11/Protocol/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 39d56af67d7..59995738f54 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/12/20 11:31:14 grant Exp $ +# $NetBSD: Makefile,v 1.30 2005/07/13 18:01:49 jlam Exp $ # .include "Makefile.common" @@ -12,7 +12,7 @@ COMMENT= Perl bindings for GTK+ WRKSRC= ${WRKDIR}/${DISTNAME}/Gtk MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3 -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist +PERL5_PACKLIST= auto/Gtk/.packlist .include "../../lang/perl5/module.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index 89b31f1d672..b96db267df3 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:03:30 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:49 jlam Exp $ DISTNAME= Gtk2-1.042 PKGNAME= p5-gtk2-1.042 @@ -16,7 +16,7 @@ DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig USE_TOOLS+= gmake PERL5_REQD= 5.8 -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk2/.packlist +PERL5_PACKLIST= auto/Gtk2/.packlist .include "../../devel/p5-glib2/buildlink3.mk" .include "../../lang/perl5/module.mk" |