diff options
-rw-r--r-- | comms/tkhylafax/Makefile | 4 | ||||
-rw-r--r-- | comms/tkhylafax/files/patch-sum | 4 | ||||
-rw-r--r-- | comms/tkhylafax/patches/patch-aa | 8 | ||||
-rw-r--r-- | comms/tkhylafax/pkg/PLIST | 38 |
4 files changed, 27 insertions, 27 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index ff9ad0655cf..87243844d0b 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/31 10:38:49 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/31 23:21:44 jwise Exp $ # FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.elgro.demon.co.uk/resources.html DEPENDS+= hylafax>=4.1b2:../../comms/hylafax -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= gv-3.5.8:../../print/gv WRKSRC= ${WRKDIR}/tkhylafax diff --git a/comms/tkhylafax/files/patch-sum b/comms/tkhylafax/files/patch-sum index 42dbb6db6e1..8fea20de11e 100644 --- a/comms/tkhylafax/files/patch-sum +++ b/comms/tkhylafax/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/08/11 06:21:29 rh Exp $ +$NetBSD: patch-sum,v 1.2 2000/08/31 23:21:44 jwise Exp $ -MD5 (patch-aa) = 3265dc97f81793f7e433bfe263e14143 +MD5 (patch-aa) = 3383f069db415c9b264f23dd05f8e135 MD5 (patch-ab) = c809f05310c6efd574b22096ed379de1 diff --git a/comms/tkhylafax/patches/patch-aa b/comms/tkhylafax/patches/patch-aa index 8e159bb0aa8..b688416372f 100644 --- a/comms/tkhylafax/patches/patch-aa +++ b/comms/tkhylafax/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1999/08/11 06:21:29 rh Exp $ +$NetBSD: patch-aa,v 1.3 2000/08/31 23:21:44 jwise Exp $ --- Makefile.orig Sun Jan 4 23:47:29 1998 +++ Makefile Tue Dec 29 18:38:29 1998 @@ -5,19 +5,19 @@ @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.2 1999/08/11 06:21:29 rh Exp $ ### EDIT THE NEXT FIVE LINES ONLY ### # The directory where the tkhylafax library will be installed -TCLLIB_DEST = /usr/local/lib/tkhylafax-3.1 -+TCLLIB_DEST = ${PREFIX}/lib/tkhylafax-3.1 ++TCLLIB_DEST = ${PREFIX}/share/tkhylafax-3.1 # The directory where the tkhylafax command will be installed -TCLPRG_DEST = /usr/local/bin @@ -18,11 +18,11 @@ $NetBSD: patch-aa,v 1.2 1999/08/11 06:21:29 rh Exp $ # The full path to tclsh -TCLSH = /usr/local/bin/tclsh -+TCLSH = tclsh8.0 ++TCLSH = ${LOCALBASE}/bin/tclsh # The full path to wish. -WISH = /usr/local/bin/wish -+WISH = wish8.0 ++WISH = ${LOCALBASE}/bin/wish ### DON'T EDIT ANYTHING BELOW THIS LINE ### TCLLIB_FILES = \ diff --git a/comms/tkhylafax/pkg/PLIST b/comms/tkhylafax/pkg/PLIST index a1f0bd94c83..9c472f7a436 100644 --- a/comms/tkhylafax/pkg/PLIST +++ b/comms/tkhylafax/pkg/PLIST @@ -1,21 +1,21 @@ -@comment $NetBSD: PLIST,v 1.3 1999/08/13 14:06:56 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/08/31 23:21:45 jwise Exp $ bin/tkhylafax -lib/${PKGNAME}/entryDialog.t -lib/${PKGNAME}/extract.t -lib/${PKGNAME}/faxIt.t -lib/${PKGNAME}/fileSelect.t -lib/${PKGNAME}/listBatches.t -lib/${PKGNAME}/mkCover.t -lib/${PKGNAME}/mkWidgets.t -lib/${PKGNAME}/options.t -lib/${PKGNAME}/preferences.t -lib/${PKGNAME}/rolodex.t -lib/${PKGNAME}/searchEntries.t -lib/${PKGNAME}/sendBatch.t -lib/${PKGNAME}/svrStatus.t -lib/${PKGNAME}/tkhylafax.xbm -lib/${PKGNAME}/trace.t -lib/${PKGNAME}/viewBatch.t -lib/${PKGNAME}/tclIndex +share/${PKGNAME}/entryDialog.t +share/${PKGNAME}/extract.t +share/${PKGNAME}/faxIt.t +share/${PKGNAME}/fileSelect.t +share/${PKGNAME}/listBatches.t +share/${PKGNAME}/mkCover.t +share/${PKGNAME}/mkWidgets.t +share/${PKGNAME}/options.t +share/${PKGNAME}/preferences.t +share/${PKGNAME}/rolodex.t +share/${PKGNAME}/searchEntries.t +share/${PKGNAME}/sendBatch.t +share/${PKGNAME}/svrStatus.t +share/${PKGNAME}/tkhylafax.xbm +share/${PKGNAME}/trace.t +share/${PKGNAME}/viewBatch.t +share/${PKGNAME}/tclIndex man/man1/tkhylafax.1 -@dirrm lib/${PKGNAME} +@dirrm share/${PKGNAME} |