diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-27 19:40:47 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-27 19:40:47 +0000 |
commit | 63f5ff687c2a70bfd9e79c3af10ec1b5b2d8436b (patch) | |
tree | 472111d17eda5de483996311a192aa74235b2fbc /comms | |
parent | 611533e21e5485261f727747226159308afd85b8 (diff) | |
download | ports-63f5ff687c2a70bfd9e79c3af10ec1b5b2d8436b.tar.gz ports-63f5ff687c2a70bfd9e79c3af10ec1b5b2d8436b.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 7 | ||||
-rw-r--r-- | comms/efax-gtk/distinfo | 4 | ||||
-rw-r--r-- | comms/efax-gtk/pkg-plist | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index adf74734db59..9b6de09385a0 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= efax-gtk -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,9 +20,8 @@ RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv \ ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu USE_GNOME= gtk20 -USE_X_PREFIX= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome +USE_X_PREFIX= yes +GNU_CONFIGURE= yes MAN1= efax.1 efix.1 efax-gtk.1 post-install: diff --git a/comms/efax-gtk/distinfo b/comms/efax-gtk/distinfo index bb34bf8d2d47..8e265e1092ca 100644 --- a/comms/efax-gtk/distinfo +++ b/comms/efax-gtk/distinfo @@ -1,2 +1,2 @@ -MD5 (efax-gtk-3.0.1.src.tgz) = 962139ad650f5281231052baac7d9f0c -SIZE (efax-gtk-3.0.1.src.tgz) = 794540 +MD5 (efax-gtk-3.0.2.src.tgz) = 1d69bdb9b8a7620a15aa6922e2104a58 +SIZE (efax-gtk-3.0.2.src.tgz) = 798429 diff --git a/comms/efax-gtk/pkg-plist b/comms/efax-gtk/pkg-plist index 298c1c4a7cfb..c39c8ad735fe 100644 --- a/comms/efax-gtk/pkg-plist +++ b/comms/efax-gtk/pkg-plist @@ -2,4 +2,5 @@ bin/efax-gtk bin/efax-0.9a bin/efix-0.9a etc/efax-gtkrc -share/gnome/applications/efax-gtk.desktop +share/applications/efax-gtk.desktop +@unexec rmdir %D/share/applications 2>/dev/null || true |