summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-11 23:32:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-11 23:32:12 +0000
commit35e1c8bf728c4c5c84afa8f5fd3fef37ffc7d6cd (patch)
treed7d7040783b15a6a22653a4f3436f3aac2c35a10 /x11/wdm
parentJason Harris has agreed to take over maintainence. Thanks, Jason. (diff)
Include updated patch from Ports Fury that fixes install problem
by creating all install directories. Updates the pkg-plist file which I forgot in my last commit. Submitted by: KATO Tsuguru <jungle@m8.dion.ne.jp>
Notes
Notes: svn path=/head/; revision=100727
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/Makefile4
-rw-r--r--x11/wdm/pkg-plist3
2 files changed, 7 insertions, 0 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 5e0ccd2f7fff..076b48575a97 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wdm
PORTVERSION= 1.26
+PORTREVISION= 1
CATEGORIES= x11 windowmaker
MASTER_SITES= http://voins.program.ru/wdm/ \
http://www.de.freebsd.org/de/gif/bsd/ \
@@ -88,6 +89,9 @@ post-patch:
's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/src/TestLogin/TestLogin.c
pre-install:
+.for lang in cs de en es ja ru
+ @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
+.endfor
@${MKDIR} ${WDMDIR}/pixmaps
.if exists(${WDMDIR}/wdm-config)
${MV} ${WDMDIR}/wdm-config ${WDMDIR}/wdm-config.preserve
diff --git a/x11/wdm/pkg-plist b/x11/wdm/pkg-plist
index 54a7fd1f786f..6a0a9fe79c17 100644
--- a/x11/wdm/pkg-plist
+++ b/x11/wdm/pkg-plist
@@ -29,7 +29,10 @@ lib/X11/wdm/wdm-config.dist
@exec [ -f %D/lib/X11/wdm/wdm-config ] || (cp %D/lib/X11/wdm/wdm-config.dist %D/lib/X11/wdm/wdm-config)
lib/X11/wdm/wdm-config.in
lib/X11/wdm/wdmReconfig
+share/locale/cs/LC_MESSAGES/wdm.mo
share/locale/de/LC_MESSAGES/wdm.mo
+share/locale/en/LC_MESSAGES/wdm.mo
+share/locale/es/LC_MESSAGES/wdm.mo
share/locale/ja/LC_MESSAGES/wdm.mo
share/locale/ru/LC_MESSAGES/wdm.mo
@unexec rmdir %D/lib/X11/wdm/pixmaps 2>/dev/null || true