diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-12 11:41:47 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-12 11:41:47 +0000 |
commit | d2784b0af16655a3f232f9741dd391c354c5f34b (patch) | |
tree | f674e6e9b60b27db10d27f70cad7306aafdc29a6 /x11-wm/openbox | |
parent | 14b274834c9a51f39381bc3c3281b30c7c303d69 (diff) | |
download | ports-d2784b0af16655a3f232f9741dd391c354c5f34b.tar.gz ports-d2784b0af16655a3f232f9741dd391c354c5f34b.zip |
Notes
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 3027e4f1625d..2c15ea8476af 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -8,7 +8,7 @@ PORTNAME= openbox PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://icculus.org/openbox/releases/ @@ -17,8 +17,6 @@ COMMENT= Derived from, and similar to, Blackbox LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft -BROKEN= Incorrect pkg-plist - CONFIGURE_ARGS= --datadir=${PREFIX}/share/openbox --prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc/openbox DOCS= ABOUT-NLS AUTHORS CHANGELOG COPYING README TODO @@ -77,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 locale/ja/LC_MESSAGES +.for ii in gnome/wm-properties gnome ${ECHO_CMD} "@unexec rmdir %D/share/${ii} 2>/dev/null || true" \ >> ${PLIST} .endfor |