From a93558e11adfbf31298bacaa1c8199685fab4007 Mon Sep 17 00:00:00 2001 From: adrianp Date: Fri, 4 Mar 2005 21:05:04 +0000 Subject: - Sort PLIST to make pkglint happy - Move USE_INET6 BUILD_DEFS as pointed out by Georg Schwarz on tech-pkg@ --- chat/eggdrop/Makefile | 4 ++-- chat/eggdrop/PLIST | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chat') diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index 549dec4e12f..f0b329b275e 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/02/13 22:38:53 zuntum Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/04 21:05:04 adrianp Exp $ DISTNAME= eggdrop1.6.17 PKGNAME= eggdrop-1.6.17 @@ -13,13 +13,13 @@ COMMENT= IRC robot with TCL scripting and multi-channel ability USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes +BUILD_DEFS+= USE_INET6 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include" .include "../../mk/bsd.prefs.mk" .if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss]) -BUILD_DEFS+= USE_INET6 CONFIGURE_ARGS+= --enable-ipv6 PLIST_SUBST+= NOIPV6="@comment " .else diff --git a/chat/eggdrop/PLIST b/chat/eggdrop/PLIST index 746350c03a4..60680f33ce0 100644 --- a/chat/eggdrop/PLIST +++ b/chat/eggdrop/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/12/03 12:15:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/03/04 21:05:04 adrianp Exp $ bin/eggdrop ${NOPIC}lib/eggdrop/assoc.so ${NOPIC}lib/eggdrop/blowfish.so @@ -22,9 +22,9 @@ share/doc/eggdrop/BOTNET share/doc/eggdrop/FIRST-SCRIPT share/doc/eggdrop/MODULES share/doc/eggdrop/PARTYLINE -share/doc/eggdrop/USERS share/doc/eggdrop/TEXT-SUBSTITUTIONS share/doc/eggdrop/TRICKS +share/doc/eggdrop/USERS share/doc/eggdrop/tcl-commands.doc share/doc/html/eggdrop/about.html share/doc/html/eggdrop/app-problems.html -- cgit v1.2.3