summaryrefslogtreecommitdiff
path: root/x11/p5-gtk
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit4a34beb7de5a2bf4388d326eab99406995431246 (patch)
tree77b9cef42b625156081609e43af1544d569620be /x11/p5-gtk
parent5a39e816b9369cc7a92ab60b196b6306904c19eb (diff)
downloadpkgsrc-4a34beb7de5a2bf4388d326eab99406995431246.tar.gz
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'x11/p5-gtk')
-rw-r--r--x11/p5-gtk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile
index 8f17bb1c3e4..db20d3fcd45 100644
--- a/x11/p5-gtk/Makefile
+++ b/x11/p5-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/10/11 19:31:31 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2007/01/07 09:14:16 rillig Exp $
#
.include "Makefile.common"
@@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net
COMMENT= Perl bindings for GTK+
WRKSRC= ${WRKDIR}/${DISTNAME}/Gtk
-MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3
+MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/${PKGMANDIR}/man3
PERL5_PACKLIST= auto/Gtk/.packlist
REPLACE_PERL+= ../tools/*