From 2c2ae2a97e141cda4fefbfe1a3c6d03c4ea54cff Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 3 Feb 2007 11:46:56 +0000 Subject: Fixed PKGMANDIR. --- wm/icepref/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'wm') diff --git a/wm/icepref/Makefile b/wm/icepref/Makefile index ab3da9740d9..da6075ed83c 100644 --- a/wm/icepref/Makefile +++ b/wm/icepref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:54 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2007/02/03 11:46:56 rillig Exp $ # DISTNAME= icepref-1.1 @@ -15,6 +15,12 @@ WRKSRC= ${WRKDIR}/icepref PYTHON_PATCH_SCRIPTS= icepref +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/icepref ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/icepref.1 ${PREFIX}/${PKGMANDIR}/man1/ + .include "../../lang/python/application.mk" .include "../../x11/pygtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3