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 /net/host | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/host')
-rw-r--r-- | net/host/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/host/Makefile b/net/host/Makefile index c6744598d81..076a5ba0daa 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/10/11 14:23:04 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:22:19 agc Exp $ DISTNAME= host_991529 PKGNAME= host-991529 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_BACKUP} EXTRACT_SUFX= .tar.Z @@ -13,6 +12,8 @@ COMMENT= Powerful DNS query and testing tool CONFLICTS+= bind-[0-9]* +WRKSRC= ${WRKDIR} + .include "../../mk/bsd.prefs.mk" # If you've removed $HOSTALIASES support from your system then |