diff options
author | pav <pav@FreeBSD.org> | 2005-01-26 17:07:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-26 17:07:52 +0800 |
commit | 061c7e003b54f5a2dad28ce89005b1e25fb0a12a (patch) | |
tree | de5e28f8cee26a6872ea35255eab3c8fa4928bf0 /irc | |
parent | 0f8c9d42892b4d05d2b32c28a793129a754035ad (diff) | |
download | freebsd-ports-gnome-061c7e003b54f5a2dad28ce89005b1e25fb0a12a.tar.gz freebsd-ports-gnome-061c7e003b54f5a2dad28ce89005b1e25fb0a12a.tar.zst freebsd-ports-gnome-061c7e003b54f5a2dad28ce89005b1e25fb0a12a.zip |
- Fix plist in non-GNOME case
Reported by: krismail
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat/pkg-plist | 6 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat1/pkg-plist | 6 |
4 files changed, 14 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 3aa42fd99a73..ccdf7a1aac31 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchat PORTVERSION= 1.8.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist index dc608d0d4936..fe8cf3507aa5 100644 --- a/irc/xchat/pkg-plist +++ b/irc/xchat/pkg-plist @@ -1,5 +1,6 @@ bin/xchat bin/xchat-text +%%NOGNOME:%%etc/X11/applnk/Internet/xchat.desktop %%PORTDOCS%%share/doc/xchat/ChangeLog %%PORTDOCS%%share/doc/xchat/README %%PORTDOCS%%share/doc/xchat/xchat-1.html @@ -48,3 +49,8 @@ share/locale/uk/LC_MESSAGES/xchat.mo share/locale/vi/LC_MESSAGES/xchat.mo share/locale/zh_CN/LC_MESSAGES/xchat.mo share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo +%%NOGNOME:%%share/pixmaps/xchat.png +%%NOGNOME:%%@unexec rmdir %D/etc/X11/applnk/Internet 2>/dev/null || true +%%NOGNOME:%%@unexec rmdir %D/etc/X11/applnk 2>/dev/null || true +%%NOGNOME:%%@unexec rmdir %D/etc/X11 2>/dev/null || true +%%NOGNOME:%%@unexec rmdir %D/share/pixmaps 2>/dev/null || true diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 3aa42fd99a73..ccdf7a1aac31 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchat PORTVERSION= 1.8.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ diff --git a/irc/xchat1/pkg-plist b/irc/xchat1/pkg-plist index dc608d0d4936..fe8cf3507aa5 100644 --- a/irc/xchat1/pkg-plist +++ b/irc/xchat1/pkg-plist @@ -1,5 +1,6 @@ bin/xchat bin/xchat-text +%%NOGNOME:%%etc/X11/applnk/Internet/xchat.desktop %%PORTDOCS%%share/doc/xchat/ChangeLog %%PORTDOCS%%share/doc/xchat/README %%PORTDOCS%%share/doc/xchat/xchat-1.html @@ -48,3 +49,8 @@ share/locale/uk/LC_MESSAGES/xchat.mo share/locale/vi/LC_MESSAGES/xchat.mo share/locale/zh_CN/LC_MESSAGES/xchat.mo share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo +%%NOGNOME:%%share/pixmaps/xchat.png +%%NOGNOME:%%@unexec rmdir %D/etc/X11/applnk/Internet 2>/dev/null || true +%%NOGNOME:%%@unexec rmdir %D/etc/X11/applnk 2>/dev/null || true +%%NOGNOME:%%@unexec rmdir %D/etc/X11 2>/dev/null || true +%%NOGNOME:%%@unexec rmdir %D/share/pixmaps 2>/dev/null || true |