summaryrefslogtreecommitdiff
path: root/comms/tkhylafax/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /comms/tkhylafax/Makefile
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'comms/tkhylafax/Makefile')
-rw-r--r--comms/tkhylafax/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile
index 7344f2d7d4f..8792febb99d 100644
--- a/comms/tkhylafax/Makefile
+++ b/comms/tkhylafax/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2002/03/17 11:19:14 rh Exp $
+# $NetBSD: Makefile,v 1.20 2003/03/29 12:40:21 jmmv Exp $
# FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp
#
DISTNAME= tkhylafax-3.1
PKGREVISION= 3
+WRKSRC= ${WRKDIR}/tkhylafax
CATEGORIES= comms
MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/contrib/tkhylafax/ \
ftp://ftp.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/ \
@@ -17,6 +18,4 @@ DEPENDS+= gv>=3.5.8nb1:../../print/gv
DEPENDS+= hylafax>=4.1:../../comms/hylafax
DEPENDS+= tk>=8.3.2:../../x11/tk
-WRKSRC= ${WRKDIR}/tkhylafax
-
.include "../../mk/bsd.pkg.mk"