summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/nsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index c5c71ef6ad1..a5fc8adccae 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/02/16 22:51:23 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/22 03:36:46 kristerw Exp $
DISTNAME= nsd-2.0.0
PKGREVISION= 1
@@ -35,7 +35,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/nsd
.endfor
.for FILE in README build-nsdzones.pl build-nsdzones.pl.README example-plugin.c
- ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/nsd/contrib
+ ${INSTALL_DATA} ${WRKSRC}/contrib/${FILE} ${PREFIX}/share/nsd/contrib
.endfor
.include "../../security/tcp_wrappers/buildlink2.mk"