diff options
author | flz <flz@FreeBSD.org> | 2005-03-03 21:43:43 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-03 21:43:43 +0000 |
commit | fdb7a9de7b46e61e919df2261b2a2462a438dc4c (patch) | |
tree | 997f625b207450a71fed60e5a54e7898b669a02d /net-im/gaim-openq | |
parent | 42ed1f90320f7846d0e6e8ccf240e839a8a0b21d (diff) | |
download | FreeBSD-ports-fdb7a9de7b46e61e919df2261b2a2462a438dc4c.zip FreeBSD-ports-fdb7a9de7b46e61e919df2261b2a2462a438dc4c.tar.gz |
- Unbreak by fixing the packing list.
PR: ports/78377
Submitted by: hamigua@hotpop.com
Approved by: pav (mentor)
Diffstat (limited to 'net-im/gaim-openq')
-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 1cbbf20..982391f 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 6ca8283e..570bd60 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 |