diff options
author | reg <reg@FreeBSD.org> | 2000-10-11 01:10:35 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-11 01:10:35 +0800 |
commit | 28b4eb25da9ed5eb95ceff8c32c32fed446861a7 (patch) | |
tree | 92ce82caf303bd24a54951fea78c01f3f30ae3fb /net-im | |
parent | cbd1fd0b101745048fd112dfab1051900eea2116 (diff) | |
download | freebsd-ports-gnome-28b4eb25da9ed5eb95ceff8c32c32fed446861a7.tar.gz freebsd-ports-gnome-28b4eb25da9ed5eb95ceff8c32c32fed446861a7.tar.zst freebsd-ports-gnome-28b4eb25da9ed5eb95ceff8c32c32fed446861a7.zip |
Fix my breakage. Only remove share/pixmaps in the non-Gnome case.
Noticed by: asami
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/gaim/pkg-plist b/net-im/gaim/pkg-plist index b2bee69c526c..55c391f66c08 100644 --- a/net-im/gaim/pkg-plist +++ b/net-im/gaim/pkg-plist @@ -130,5 +130,5 @@ share/locale/zh_CN/LC_MESSAGES/gaim.mo %%GNOME:%%@dirrm share/gnome/sounds/gaim @dirrm %%DATADIR%%/pixmaps/gaim/gnome @dirrm %%DATADIR%%/pixmaps/gaim -@dirrm %%DATADIR%%/pixmaps +%%NOGNOME:%%@dirrm %%DATADIR%%/pixmaps @dirrm lib/gaim |