Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/apache2/mDNSResponder Don't hard-code the path



details:   https://anonhg.NetBSD.org/src/rev/9d9ca8e22667
branches:  trunk
changeset: 446529:9d9ca8e22667
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 09 19:03:42 2018 +0000

description:
Don't hard-code the path

diffstat:

 external/apache2/mDNSResponder/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a5bf1a75ca20 -r 9d9ca8e22667 external/apache2/mDNSResponder/Makefile.inc
--- a/external/apache2/mDNSResponder/Makefile.inc       Sun Dec 09 18:01:01 2018 +0000
+++ b/external/apache2/mDNSResponder/Makefile.inc       Sun Dec 09 19:03:42 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.2 2009/10/01 00:22:03 tsarna Exp $
+# $NetBSD: Makefile.inc,v 1.3 2018/12/09 19:03:42 christos Exp $
 
 .include <bsd.own.mk>
 
-DIST=  ${NETBSDSRCDIR}/external/apache2/mDNSResponder/dist
+DIST:= ${.PARSEDIR}/dist
 
 # IPv6 support.
 .if ${MKINET6} == "no"



Home | Main Index | Thread Index | Old Index