diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-10-18 11:25:00 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-10-18 11:25:00 +0800 |
commit | e826073b65865d0219f75a3faf7c25a14874c84f (patch) | |
tree | ce14246a66460720d7dfe88c633a12278fb5568a /comms | |
parent | bf25afe0b9686c54589d1cb26855e7e32317bea6 (diff) | |
download | freebsd-ports-gnome-e826073b65865d0219f75a3faf7c25a14874c84f.tar.gz freebsd-ports-gnome-e826073b65865d0219f75a3faf7c25a14874c84f.tar.zst freebsd-ports-gnome-e826073b65865d0219f75a3faf7c25a14874c84f.zip |
- Fix pkg-plist
PR: 117198
Submitted by: Phillip Neumann (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 4 | ||||
-rw-r--r-- | comms/gfax/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index 45d0c478d346..76e116455d2d 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -8,7 +8,7 @@ PORTNAME= gfax PORTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms print gnome MASTER_SITES= http://gfax.cowlug.org/ @@ -28,8 +28,6 @@ STRIP= GCONF_SCHEMAS= gfax.schemas -BROKEN= fails to install - post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/gfax.in \ diff --git a/comms/gfax/pkg-plist b/comms/gfax/pkg-plist index 512bff4ed399..17442ab7c41a 100644 --- a/comms/gfax/pkg-plist +++ b/comms/gfax/pkg-plist @@ -2,8 +2,8 @@ bin/gfax bin/gfaxlpr lib/gfax/gfax.exe share/gnome/applications/gfax.desktop -share/gnome/libgnomeprint/2.18.0/models/GNOME-GFAX-PS.xml -share/gnome/libgnomeprint/2.18.0/printers/GFAX.xml +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 @dirrm lib/gfax |