diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /comms/tkhylafax/Makefile | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'comms/tkhylafax/Makefile')
-rw-r--r-- | comms/tkhylafax/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 0399e3dee51..ecdb5bc3958 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2003/07/17 21:27:02 grant Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/20 12:10:01 agc 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/ \ @@ -18,4 +17,6 @@ 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" |