summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft>2000-04-15 19:16:48 +0000
committermycroft <mycroft>2000-04-15 19:16:48 +0000
commit3ce690d69c2ae79489951330e9e74bdead69ecc6 (patch)
treeb2a547dfb0f1115d0bc9da4836baa4f7f203f6b4
parent60a942674ea908530546b67386a990bf1f23e0cf (diff)
downloadpkgsrc-3ce690d69c2ae79489951330e9e74bdead69ecc6.tar.gz
Fix up the man page file names.
-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"