pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/djbdns Look into ${DISTDIR}/${DIST_SUBDIR} instead...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f65e4053051b
branches: trunk
changeset: 472434:f65e4053051b
user: zuntum <zuntum%pkgsrc.org@localhost>
date: Sat Apr 10 20:28:52 2004 +0000
description:
Look into ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR} when copying
dnscache-log.pl.txt and tinydns-log.pl.txt, so that this actually has
a chance to work.
diffstat:
net/djbdns/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4f62add56a86 -r f65e4053051b net/djbdns/Makefile
--- a/net/djbdns/Makefile Sat Apr 10 19:05:36 2004 +0000
+++ b/net/djbdns/Makefile Sat Apr 10 20:28:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/03/30 17:12:28 taca Exp $
+# $NetBSD: Makefile,v 1.32 2004/04/10 20:28:52 zuntum Exp $
# FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp
#
@@ -47,8 +47,8 @@
INSTALLATION_DIRS= bin etc man/man1 man/man5 man/man8
post-extract:
- @${CP} ${DISTDIR}/tinydns-log.pl.txt ${WRKSRC}/tinydns-log.pl
- @${CP} ${DISTDIR}/dnscache-log.pl.txt ${WRKSRC}/dnscache-log.pl
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/tinydns-log.pl.txt ${WRKSRC}/tinydns-log.pl
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/dnscache-log.pl.txt ${WRKSRC}/dnscache-log.pl
do-configure:
${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
Home |
Main Index |
Thread Index |
Old Index