pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nsd Correct path to files to install.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e186c15f05e3
branches: trunk
changeset: 469323:e186c15f05e3
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Feb 22 03:36:46 2004 +0000
description:
Correct path to files to install.
diffstat:
net/nsd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f9c3aa76361f -r e186c15f05e3 net/nsd/Makefile
--- a/net/nsd/Makefile Sun Feb 22 03:29:50 2004 +0000
+++ b/net/nsd/Makefile Sun Feb 22 03:36:46 2004 +0000
@@ -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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index