summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-06-04 19:30:05 +0000
committeradrianp <adrianp@pkgsrc.org>2005-06-04 19:30:05 +0000
commit8a8086198ea045bc90a46ac22915084ac6cddf3c (patch)
tree1fd5b9faa7a6c1faed535343acc3fe8a58c35560 /security
parent314e32a61f1cc3c22772924d1e92134fdc1cca5b (diff)
downloadpkgsrc-8a8086198ea045bc90a46ac22915084ac6cddf3c.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/Makefile4
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"
-