diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-17 13:59:08 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-17 13:59:08 +0800 |
commit | 3db5759269069514b1b05f1f034923a9b487d693 (patch) | |
tree | 45068c4e6fae0f62903380e85e452bad550d684b /x11-wm/openbox | |
parent | fe2b84ec77c895c5e61ff2207312f6f682352135 (diff) | |
download | freebsd-ports-graphics-3db5759269069514b1b05f1f034923a9b487d693.tar.gz freebsd-ports-graphics-3db5759269069514b1b05f1f034923a9b487d693.tar.zst freebsd-ports-graphics-3db5759269069514b1b05f1f034923a9b487d693.zip |
Try to make this bento-pure: as discovered by Munish Chopra, there
seems to be no directory to receive the Japanese po file, so create
the directory beforehand.
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 44ed11066bc..7efce0a0b84 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -17,10 +17,6 @@ COMMENT= Derived from, and similar to, Blackbox LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft -BROKEN= "Does not install" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-04-16 - CONFIGURE_ARGS= --datadir=${PREFIX}/share/openbox --prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc/openbox DOCS= ABOUT-NLS AUTHORS CHANGELOG COPYING README TODO @@ -79,7 +75,7 @@ pre-install: ${ECHO_CMD} lib/libobparser.${ii} >> ${PLIST} ${ECHO_CMD} lib/libobrender.${ii} >> ${PLIST} .endfor -.for ii in gnome/wm-properties gnome +.for ii in gnome/wm-properties gnome locale/ja/LC_MESSAGES ${ECHO_CMD} "@unexec rmdir %D/share/${ii} 2>/dev/null || true" \ >> ${PLIST} .endfor @@ -94,10 +90,11 @@ pre-install: .endfor do-install: + ${MKDIR} ${DATADIR} ${PREFIX}/share/gnome/wm-properties \ + ${PREFIX}/etc/openbox/xdg/openbox ${PREFIX}/include/openbox \ + ${PREFIX}/share/locale/ja/LC_MESSAGES ${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 ${INSTALL_DATA} ${WRKSRC}/${ii}.h ${PREFIX}/include/openbox/ .endfor |