diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-04-15 20:19:18 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-04-15 20:19:18 +0000 |
commit | 5ed6d6ff379f935bf488b033cc3566aa889bd4d7 (patch) | |
tree | 502a056045c32c0a4fc5ea2e9c15eb0c64f1f452 | |
parent | 954d6cfc06223fc28ace05c9589f0ef36f2e1797 (diff) | |
download | pkgsrc-5ed6d6ff379f935bf488b033cc3566aa889bd4d7.tar.gz |
It would appear that the previous problem was due to automake sometimes DTRT
and sometimes not. Yuck.
-rw-r--r-- | x11/windowmaker/Makefile | 6 |
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" |