diff options
author | flz <flz@FreeBSD.org> | 2005-04-12 19:41:47 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-12 19:41:47 +0800 |
commit | d57fc457401604c303fdefdbc58d191635e72bf8 (patch) | |
tree | 1d645884893b1bd6324c669ad0503063c5d7d183 /x11-wm | |
parent | 94747bf13d68c10273b99b027f1e1f3ed19fb9ea (diff) | |
download | freebsd-ports-gnome-d57fc457401604c303fdefdbc58d191635e72bf8.tar.gz freebsd-ports-gnome-d57fc457401604c303fdefdbc58d191635e72bf8.tar.zst freebsd-ports-gnome-d57fc457401604c303fdefdbc58d191635e72bf8.zip |
- Fix packing list.
PR: ports/78867
Submitted by: Ulrich Spoerlein <q@uni.de>
Approved by: maintainer timeout (1 month)
Diffstat (limited to 'x11-wm')
-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 |