diff options
Diffstat (limited to 'comms/gfax')
-rw-r--r-- | comms/gfax/Makefile | 2 | ||||
-rw-r--r-- | comms/gfax/files/patch-scripts_printer-setup.sh | 39 | ||||
-rw-r--r-- | comms/gfax/pkg-plist | 11 |
3 files changed, 7 insertions, 45 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index 76e116455d2d..300c4193d391 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -8,7 +8,7 @@ PORTNAME= gfax PORTVERSION= 0.7.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms print gnome MASTER_SITES= http://gfax.cowlug.org/ diff --git a/comms/gfax/files/patch-scripts_printer-setup.sh b/comms/gfax/files/patch-scripts_printer-setup.sh deleted file mode 100644 index c379692b764a..000000000000 --- a/comms/gfax/files/patch-scripts_printer-setup.sh +++ /dev/null @@ -1,39 +0,0 @@ ---- scripts/printer-setup.sh.orig Thu Jul 8 23:54:42 2004 -+++ scripts/printer-setup.sh Fri Jul 9 00:05:00 2004 -@@ -7,15 +7,15 @@ - # Install all the printer profiles - if [ $1 == "--install" ]; then - # Install GNOME-1.x printer files. -- if [ -d /usr/share/gnome-print ]; then -- cp -f /usr/share/gfax/fax-g3.profile /usr/share/gnome-print/profiles -+ if [ -d /usr/share/gnome/gnome-print ]; then -+ cp -f /usr/share/gnome/gfax/fax-g3.profile /usr/share/gnome/gnome-print/profiles - fi - - # Install GNOME-2.x printer files. -- for i in /usr/share/libgnomeprint/* -+ for i in /usr/share/gnome/libgnomeprint/* - do -- cp -f /usr/share/gfax/GFAX.xml $i/printers -- cp -f /usr/share/gfax/GNOME-GFAX-PS.xml $i/models -+ cp -f /usr/share/gnome/gfax/GFAX.xml $i/printers -+ cp -f /usr/share/gnome/gfax/GNOME-GFAX-PS.xml $i/models - done - fi - -@@ -23,12 +23,12 @@ - # Remove all the printer profiles - if [ $1 == "--remove" ]; then - # Remove GNOME-1.x printer files. -- if [ -d /usr/share/gnome-print ]; then -- rm -f /usr/share/gnome-print/profiles/fax-g3.profile -+ if [ -d /usr/share/gnome/gnome-print ]; then -+ rm -f /usr/share/gnome/gnome-print/profiles/fax-g3.profile - fi - - # Remove GNOME-2.x printer files. -- for i in /usr/share/libgnomeprint/* -+ for i in /usr/share/gnome/libgnomeprint/* - do - rm -f $i/printers/GFAX.xml - rm -f $i/models/GNOME-GFAX-PS.xml diff --git a/comms/gfax/pkg-plist b/comms/gfax/pkg-plist index 17442ab7c41a..d8f2f63a8315 100644 --- a/comms/gfax/pkg-plist +++ b/comms/gfax/pkg-plist @@ -1,9 +1,10 @@ bin/gfax bin/gfaxlpr lib/gfax/gfax.exe -share/gnome/applications/gfax.desktop -share/gnome/libgnomeprint/2.18.1/models/GNOME-GFAX-PS.xml -share/gnome/libgnomeprint/2.18.1/printers/GFAX.xml -share/gnome/pixmaps/gfax.png -share/gnome/pixmaps/send.png +share/applications/gfax.desktop +share/libgnomeprint/2.18.2/models/GNOME-GFAX-PS.xml +share/libgnomeprint/2.18.2/printers/GFAX.xml +share/pixmaps/gfax.png +share/pixmaps/send.png @dirrm lib/gfax +@dirrmtry share/applications |