diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mbone/nte/Makefile | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mbone/nte/Makefile')
-rw-r--r-- | mbone/nte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index a63b2be8bd4..cb602db4569 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2003/07/17 21:48:25 grant Exp $ +# $NetBSD: Makefile,v 1.30 2004/01/20 12:20:24 agc Exp $ # DISTNAME= nt.1.5a23 PKGNAME= nte-1.5a23 -WRKSRC= ${WRKDIR} CATEGORIES= mbone tk MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a23/ @@ -13,6 +12,7 @@ COMMENT= Multicast Network Text Editor DEPENDS+= tk>=8.3.2:../../x11/tk +WRKSRC= ${WRKDIR} CRYPTO= yes USE_GMAKE= yes # Pass this on to our child |