diff options
author | agc <agc> | 2002-04-09 08:57:42 +0000 |
---|---|---|
committer | agc <agc> | 2002-04-09 08:57:42 +0000 |
commit | 7f9e5d916e8f02315b07d256b868de94e742c8ec (patch) | |
tree | 0e77aaa9c8d362bb644886e2ae9ed4fad0d9085d /net/nsd/Makefile | |
parent | 749999313c6c3a16ccec2165954d381bfd054c15 (diff) | |
download | pkgsrc-7f9e5d916e8f02315b07d256b868de94e742c8ec.tar.gz |
Since the distfile requires a password-protected download stage, mark the
package as IS_INTERACTIVE.
Fix some pkglint errors.
Diffstat (limited to 'net/nsd/Makefile')
-rw-r--r-- | net/nsd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 72a29ad2940..ab2e4ec19b4 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/04/03 03:44:32 itojun Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/09 08:57:42 agc Exp $ DISTNAME= nsd-1.0-alpha2 PKGNAME= nsd-0.9.2 @@ -8,6 +8,7 @@ CATEGORIES= net MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nlnetlabs.nl/nsd/index.en.html COMMENT= authoritative-only DNS server + RESTRICTED= No redistribution of source or binaries (alpha release) NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} @@ -16,6 +17,8 @@ NO_SRC_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/nsd +IS_INTERACTIVE= yes + _FETCH_MESSAGE= \ ${ECHO} '======================================================='; \ ${ECHO} ' You need to get download password'; \ |