diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-10 05:34:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-10 05:34:46 +0000 |
commit | d32b0fcfd29ba857cf96876931d0c7c87d1d1207 (patch) | |
tree | 725f51835253b5027088fb8e28daa45159748784 /graphics/p5-Gdk-Pixbuf | |
parent | 437471e2d1e151cb207d6d34b71e6b77a6041c6b (diff) | |
download | pkgsrc-d32b0fcfd29ba857cf96876931d0c7c87d1d1207.tar.gz |
These packages install man3 pages into the correct Perl location already
so stop trying to install them into ${PREFIX}/man/man3. No change to the
binary packages.
Diffstat (limited to 'graphics/p5-Gdk-Pixbuf')
-rw-r--r-- | graphics/p5-Gdk-Pixbuf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/p5-Gdk-Pixbuf/Makefile b/graphics/p5-Gdk-Pixbuf/Makefile index 4f32ed9c788..e9e1cf0ebc9 100644 --- a/graphics/p5-Gdk-Pixbuf/Makefile +++ b/graphics/p5-Gdk-Pixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:50 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/10 05:34:46 jlam Exp $ # .include "../../x11/p5-gtk/Makefile.common" @@ -9,9 +9,7 @@ PKGREVISION= 10 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 Gtk::Gdk::Pixbuf -MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3 PERL5_PACKLIST= auto/Gtk/Gdk/Pixbuf/.packlist - SUBPACKAGE= GdkPixbuf .include "../../www/gtkhtml/buildlink3.mk" |