summaryrefslogtreecommitdiff
path: root/x11/windowmaker
diff options
context:
space:
mode:
authormycroft <mycroft>2000-04-15 20:19:18 +0000
committermycroft <mycroft>2000-04-15 20:19:18 +0000
commitcb73351c9786f9b99885d11924105c35b822928e (patch)
tree502a056045c32c0a4fc5ea2e9c15eb0c64f1f452 /x11/windowmaker
parent3ce690d69c2ae79489951330e9e74bdead69ecc6 (diff)
downloadpkgsrc-cb73351c9786f9b99885d11924105c35b822928e.tar.gz
It would appear that the previous problem was due to automake sometimes DTRT
and sometimes not. Yuck.
Diffstat (limited to 'x11/windowmaker')
-rw-r--r--x11/windowmaker/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index 1aedd14b4a6..830937e489a 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2000/04/15 19:16:48 mycroft Exp $
+# $NetBSD: Makefile,v 1.48 2000/04/15 20:19:18 mycroft Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1
@@ -68,9 +68,5 @@ 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"