ports/62310: New port: net/grdesktop - GNOME frontend for the remote desktop client (rdesktop)
Florent Thoumie
flz at xbsd.org
Tue Feb 3 18:00:39 UTC 2004
The following reply was made to PR ports/62310; it has been noted by GNATS.
From: Florent Thoumie <flz at xbsd.org>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:
Subject: Re: ports/62310: New port: net/grdesktop - GNOME frontend for the
remote desktop client (rdesktop)
Date: Tue, 03 Feb 2004 18:55:47 +0000
I just see that the pkg-plist was f*cked up.
Here is a patch :
-- patch-pkg-plist begins here --
--- pkg-plist.old Tue Feb 3 18:49:43 2004
+++ pkg-plist Tue Feb 3 18:51:26 2004
@@ -26,20 +26,19 @@
share/pixmaps/grdesktop/topimage.png
share/pixmaps/grdesktop/topimage2.png
@dirrm share/pixmaps/grdesktop
- at unexec share/pixmaps 2> /dev/null || true
+ at unexec rmdir share/pixmaps 2> /dev/null || true
@dirrm share/omf/grdesktop
- at unexec share/omf 2> /dev/null || true
- at unexec share/locale/fr/LC_MESSAGES 2> /dev/null || true
- at unexec share/locale/fr 2> /dev/null || true
- at unexec share/locale/es/LC_MESSAGES 2> /dev/null || true
- at unexec share/locale/es 2> /dev/null || true
- at unexec share/locale/de/LC_MESSAGES 2> /dev/null || true
- at unexec share/locale/de 2> /dev/null || true
- at unexec share/locale 2> /dev/null || true
+ at unexec rmdir share/omf 2> /dev/null || true
+ at unexec rmdir share/locale/fr/LC_MESSAGES 2> /dev/null || true
+ at unexec rmdir share/locale/fr 2> /dev/null || true
+ at unexec rmdir share/locale/es/LC_MESSAGES 2> /dev/null || true
+ at unexec rmdir share/locale/es 2> /dev/null || true
+ at unexec rmdir share/locale/de/LC_MESSAGES 2> /dev/null || true
+ at unexec rmdir share/locale/de 2> /dev/null || true
+ at unexec rmdir share/locale 2> /dev/null || true
@dirrm share/gnome/help/grdesktop/C
@dirrm share/gnome/help/grdesktop
- at unexec share/gnome/help 2> /dev/null || true
- at unexec share/gnome 2> /dev/null || true
- at unexec share/applications 2> /dev/null || true
+ at unexec rmdir share/gnome/help 2> /dev/null || true
+ at unexec rmdir share/gnome 2> /dev/null || true
+ at unexec rmdir share/applications 2> /dev/null || true
@unexec rmdir etc/gconf/schemas 2> /dev/null || true
- at unexec etc/gconf 2> /dev/null || true
-- patch-pkg-plist ends here --
More information about the freebsd-ports-bugs
mailing list