diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-16 04:39:04 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-16 04:39:04 +0000 |
commit | 1ce0c683d8f4b0663478b9e8db607d026f3e3d16 (patch) | |
tree | f546db138c6de9fb7a2813258aff9a20a3abe72c /x11-wm/openbox | |
parent | 9f158b252722e6061f2f1bf78958f720d6a269a7 (diff) | |
download | ports-1ce0c683d8f4b0663478b9e8db607d026f3e3d16.tar.gz ports-1ce0c683d8f4b0663478b9e8db607d026f3e3d16.zip |
Notes
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/openbox/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 85333cee66ef..99c327c18656 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -7,7 +7,7 @@ # PORTNAME= openbox -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= x11-wm MASTER_SITES= http://icculus.org/openbox/releases/ @@ -28,6 +28,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes post-build: + cd ${WRKSRC}/po && ${LOCALBASE}/bin/msgfmt -c -o ja.mo ja.po ${CP} -P ${WRKSRC}/data/rc.xml ${WRKSRC}/data/rc.xml.orig ${CP} -P ${WRKSRC}/data/menu.xml ${WRKSRC}/data/openbox-menu.xml ${SED} -E "s:/etc/X11/openbox/:${PREFIX}/share/openbox/:g" \ @@ -59,6 +60,7 @@ pre-install: cd ${WRKSRC}/data && ${FIND} -s * -type f \ | ${SED} -e 's:^:share/openbox/:' >> ${PLIST} ${ECHO_CMD} share/gnome/wm-properties/openbox.desktop >> ${PLIST} + ${ECHO_CMD} share/locale/ja/LC_MESSAGES/openbox.mo >> ${PLIST} .for ii in menu rc ${ECHO_CMD} etc/openbox/xdg/openbox/${ii}.xml >> ${PLIST} .endfor @@ -87,6 +89,8 @@ pre-install: .endfor do-install: + ${INSTALL_DATA} ${WRKSRC}/po/ja.mo \ + ${PREFIX}/share/locale/ja/LC_MESSAGES/openbox.mo ${MKDIR} ${DATADIR} ${PREFIX}/share/gnome/wm-properties \ ${PREFIX}/etc/openbox/xdg/openbox ${PREFIX}/include/openbox .for ii in parser/parse render/theme render/render version diff --git a/x11-wm/openbox/distinfo b/x11-wm/openbox/distinfo index 8c03f4ad5fcd..f8f8b19b6961 100644 --- a/x11-wm/openbox/distinfo +++ b/x11-wm/openbox/distinfo @@ -1,2 +1,2 @@ $FreeBSD$ -MD5 (openbox-3.0.tar.gz) = 61074775106004b0add30dcaaf85a759 +MD5 (openbox-3.1.tar.gz) = 3152631bb8c892b919129e2a58978aad |