summaryrefslogtreecommitdiff
path: root/x11/gtk2-theme-switch
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk2-theme-switch')
-rw-r--r--x11/gtk2-theme-switch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk2-theme-switch/Makefile b/x11/gtk2-theme-switch/Makefile
index 5368718518b..2e2bf563d40 100644
--- a/x11/gtk2-theme-switch/Makefile
+++ b/x11/gtk2-theme-switch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:53 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/01/07 09:14:16 rillig Exp $
#
DISTNAME= gtk-theme-switch-2.0.0rc2
@@ -14,13 +14,13 @@ COMMENT= Allows quick & easy switching of GTK+ 2.x themes
USE_TOOLS+= gmake pkg-config
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/switch2 \
${PREFIX}/bin/gtk2-theme-switch
${INSTALL_MAN} ${WRKSRC}/switch.1 \
- ${PREFIX}/man/man1/gtk2-theme-switch.1
+ ${PREFIX}/${PKGMANDIR}/man1/gtk2-theme-switch.1
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"