diff options
author | agc <agc@pkgsrc.org> | 2002-04-09 08:57:42 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-04-09 08:57:42 +0000 |
commit | 0a4cf7d320d7e51563b599d6cb6fbdf53b7b143a (patch) | |
tree | 0e77aaa9c8d362bb644886e2ae9ed4fad0d9085d /net/nsd/Makefile | |
parent | 5ff54abf32a2d3df0c14428f138cc28036b8d17f (diff) | |
download | pkgsrc-0a4cf7d320d7e51563b599d6cb6fbdf53b7b143a.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'; \ |