diff options
author | jlam <jlam> | 2006-04-10 05:34:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-10 05:34:46 +0000 |
commit | c32aae9e1758bff07ebfad3c3f53aaefd53a49b0 (patch) | |
tree | 725f51835253b5027088fb8e28daa45159748784 /graphics/p5-Gnome | |
parent | 1f852a3f7e79963443ea4b3f35dd4a43159874e5 (diff) | |
download | pkgsrc-c32aae9e1758bff07ebfad3c3f53aaefd53a49b0.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-Gnome')
-rw-r--r-- | graphics/p5-Gnome/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/p5-Gnome/Makefile b/graphics/p5-Gnome/Makefile index b47956a8df8..deb4cb5820d 100644 --- a/graphics/p5-Gnome/Makefile +++ b/graphics/p5-Gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:36 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/10 05:34:46 jlam Exp $ # .include "../../x11/p5-gtk/Makefile.common" @@ -11,9 +11,7 @@ COMMENT= Perl bindings for Gnome DEPENDS+= p5-Gdk-Imlib-${GTKPERL_VERSION}nb3:../../graphics/p5-Gdk-Imlib -MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3 PERL5_PACKLIST= auto/Gnome/.packlist - SUBPACKAGE= Gnome pre-configure: |