diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-06-04 19:30:05 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-06-04 19:30:05 +0000 |
commit | 56e056de699d6f328e180d47c9b2b729afffc1a2 (patch) | |
tree | 1fd5b9faa7a6c1faed535343acc3fe8a58c35560 /security | |
parent | 831ba1aba174a76fdaa11c14e3c8742130ab460a (diff) | |
download | pkgsrc-56e056de699d6f328e180d47c9b2b729afffc1a2.tar.gz |
- Remove reference to bsd.prefs.mk as it's not needed
- Problem spotted by wiz@
Diffstat (limited to 'security')
-rw-r--r-- | security/honeyd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/honeyd/Makefile b/security/honeyd/Makefile index 7ebaf831346..bd3af1ed722 100644 --- a/security/honeyd/Makefile +++ b/security/honeyd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/20 14:33:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/04 19:30:05 adrianp Exp $ # DISTNAME= honeyd-1.0 @@ -9,7 +9,6 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://niels.xtdnet.nl/honeyd/index.php COMMENT= Small daemon that creates virtual hosts on a network -.include "../../mk/bsd.prefs.mk" DEPENDS+= honeyd-arpd>=0.2:../../security/honeyd-arpd GNU_CONFIGURE= YES @@ -45,4 +44,3 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} .include "../../mk/bsd.pkg.mk" - |