diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/windowmaker/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index d30df54c06b..5e25c139c4c 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 1999/06/21 05:13:57 jlam Exp $ +# $NetBSD: Makefile,v 1.32 1999/06/21 07:38:29 tron Exp $ DISTNAME= WindowMaker-0.60.0 PKGNAME= windowmaker-0.60.0 @@ -87,8 +87,6 @@ post-install: if [ -f ${WRKSRC}/WPrefs.app/po/$${lang}.mo ]; then \ ${ECHO} share/locale/$${lang}/LC_MESSAGES/WPrefs.mo; \ fi; \ - ${ECHO} @dirrm share/locale/$${lang}/LC_MESSAGES; \ - ${ECHO} @dirrm share/locale/$${lang}; \ done) >>${PLIST_SRC} .endif |