diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-16 12:39:04 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-16 12:39:04 +0800 |
commit | 509921508af3dac27eb398ebe43a00aa4b4e7a22 (patch) | |
tree | fed6f83f24cecb499a8b139896ccda3829f52318 /x11-wm/openbox | |
parent | 850a1011a880863b462d4e39d6d16fc5bbff157c (diff) | |
download | freebsd-ports-gnome-509921508af3dac27eb398ebe43a00aa4b4e7a22.tar.gz freebsd-ports-gnome-509921508af3dac27eb398ebe43a00aa4b4e7a22.tar.zst freebsd-ports-gnome-509921508af3dac27eb398ebe43a00aa4b4e7a22.zip |
Update to 3.1.
PR: 60771
Submitted by: Munish Chopra (also requested by "0c", Fritz
Heinrichmeyer, Andreas Semborg and Johan Pettersson)
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 |