pkgsrc/x11/p5-gtk/Makefile
rillig 2829e658f2 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.
2007-01-07 09:13:46 +00:00

22 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.35 2007/01/07 09:14:16 rillig Exp $
#
.include "Makefile.common"
PKGNAME= p5-gtk-${GTKPERL_VERSION}
PKGREVISION= 6
SVR4_PKGNAME= p5gtk
MAINTAINER= root@garbled.net
COMMENT= Perl bindings for GTK+
WRKSRC= ${WRKDIR}/${DISTNAME}/Gtk
MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/${PKGMANDIR}/man3
PERL5_PACKLIST= auto/Gtk/.packlist
REPLACE_PERL+= ../tools/*
.include "../../lang/perl5/module.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"