From a5df86ec2195be80664ef172ceed78f69910b709 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sun, 22 Feb 2004 03:36:46 +0000 Subject: Correct path to files to install. --- net/nsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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" -- cgit v1.2.3