diff options
author | flz <flz@FreeBSD.org> | 2005-03-04 05:43:43 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-04 05:43:43 +0800 |
commit | fdb7a9de7b46e61e919df2261b2a2462a438dc4c (patch) | |
tree | 997f625b207450a71fed60e5a54e7898b669a02d /net-im | |
parent | 42ed1f90320f7846d0e6e8ccf240e839a8a0b21d (diff) | |
download | freebsd-ports-graphics-fdb7a9de7b46e61e919df2261b2a2462a438dc4c.tar.gz freebsd-ports-graphics-fdb7a9de7b46e61e919df2261b2a2462a438dc4c.tar.zst freebsd-ports-graphics-fdb7a9de7b46e61e919df2261b2a2462a438dc4c.zip |
- Unbreak by fixing the packing list.
PR: ports/78377
Submitted by: hamigua@hotpop.com
Approved by: pav (mentor)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-openq/Makefile | 2 | ||||
-rw-r--r-- | net-im/gaim-openq/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-im/gaim-openq/Makefile b/net-im/gaim-openq/Makefile index 1cbbf200d78..982391f6f9b 100644 --- a/net-im/gaim-openq/Makefile +++ b/net-im/gaim-openq/Makefile @@ -20,8 +20,6 @@ COMMENT= A QQ-liked protocol plugin for Gaim BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim -BROKEN= Incomplete pkg-plist - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 diff --git a/net-im/gaim-openq/pkg-plist b/net-im/gaim-openq/pkg-plist index 6ca8283e6d4..570bd60ce1b 100644 --- a/net-im/gaim-openq/pkg-plist +++ b/net-im/gaim-openq/pkg-plist @@ -533,6 +533,7 @@ share/gnome/doc/%%PATH_SUB%%/NEWS share/gnome/doc/%%PATH_SUB%%/README share/gnome/doc/%%PATH_SUB%%/TODO share/locale/zh_CN/LC_MESSAGES/OpenQ.mo -@dirrm share/gnome/gaim @dirrm share/gnome/pixmaps/gaim/smileys/2003iii @dirrm share/gnome/doc/%%PATH_SUB%% +@unexec rmdir %D/share/gnome/doc 2> /dev/null || true +@unexec rmdir %D/share/gnome/gaim 2> /dev/null || true |