summaryrefslogtreecommitdiff
path: root/x11/windowmaker
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-04-15 19:16:48 +0000
committermycroft <mycroft@pkgsrc.org>2000-04-15 19:16:48 +0000
commit954d6cfc06223fc28ace05c9589f0ef36f2e1797 (patch)
treeb2a547dfb0f1115d0bc9da4836baa4f7f203f6b4 /x11/windowmaker
parentb09d0e638429b82e9e38119897263c43db7643a8 (diff)
downloadpkgsrc-954d6cfc06223fc28ace05c9589f0ef36f2e1797.tar.gz
Fix up the man page file names.
Diffstat (limited to 'x11/windowmaker')
-rw-r--r--x11/windowmaker/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index 5eadb0d2b9c..1aedd14b4a6 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2000/04/08 06:46:39 tron Exp $
+# $NetBSD: Makefile,v 1.47 2000/04/15 19:16:48 mycroft Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1
@@ -68,5 +68,9 @@ post-install:
README README.GNOME README.KDE README.definable-cursor \
FAQ FAQ.I18N \
${PREFIX}/share/doc/WindowMaker
+ for f in geticonset getstyle seticons setstyle wdwrite wmaker wmsetbg \
+ wsetfont wxcopy wxpaste; do \
+ ${MV} ${PREFIX}/man/man1/$$f.1x ${PREFIX}/man/man1/$$f.1; \
+ done
.include "../../mk/bsd.pkg.mk"