pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/eggdrop Fix bogus installation of dns.so that sho...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee4ba5e98971
branches: trunk
changeset: 479800:ee4ba5e98971
user: cube <cube%pkgsrc.org@localhost>
date: Sun Aug 22 21:47:58 2004 +0000
description:
Fix bogus installation of dns.so that shows up only when USE_INET6 is not
YES. Fixes PR 26176.
diffstat:
chat/eggdrop/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7e15c86f86ea -r ee4ba5e98971 chat/eggdrop/Makefile
--- a/chat/eggdrop/Makefile Sun Aug 22 21:15:58 2004 +0000
+++ b/chat/eggdrop/Makefile Sun Aug 22 21:47:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/11 08:30:31 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/08/22 21:47:58 cube Exp $
#
DISTNAME= eggdrop1.6.15
@@ -83,7 +83,7 @@
seen.so server.so share.so transfer.so uptime.so wire.so \
${PREFIX}/lib/eggdrop
.if !defined(USE_INET6) || empty(USE_INET6:M[Yy][Ee][Ss])
- ${INSTALL_DATA} dns.so ${PREFIX}/lib/eggdrop
+ cd ${WRKSRC} && ${INSTALL_DATA} dns.so ${PREFIX}/lib/eggdrop
.endif
cd ${WRKSRC}/src/mod && ${FIND} . -name "*.lang" -exec ${INSTALL_DATA} "{}" \
${PREFIX}/share/eggdrop/language ";"
Home |
Main Index |
Thread Index |
Old Index