summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorrillig <rillig>2007-02-03 11:46:56 +0000
committerrillig <rillig>2007-02-03 11:46:56 +0000
commit2c9dcd250c5c4f5e31886f9076ae4d094e005b97 (patch)
tree7d1eba7f7d4524ef366e4bc2ce0426c6bdc088aa /wm
parent5b553942a153c0b487a31bfeea6e76747c56e406 (diff)
downloadpkgsrc-2c9dcd250c5c4f5e31886f9076ae4d094e005b97.tar.gz
Fixed PKGMANDIR.
Diffstat (limited to 'wm')
-rw-r--r--wm/icepref/Makefile8
1 files changed, 7 insertions, 1 deletions
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"