pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/eggdrop - Sort PLIST to make pkglint happy



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cecd1ed5cfbe
branches:  trunk
changeset: 490175:cecd1ed5cfbe
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Mar 04 21:05:04 2005 +0000

description:
- Sort PLIST to make pkglint happy
- Move USE_INET6 BUILD_DEFS as pointed out by Georg Schwarz on tech-pkg@

diffstat:

 chat/eggdrop/Makefile |  4 ++--
 chat/eggdrop/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r f70a4dcdefc7 -r cecd1ed5cfbe chat/eggdrop/Makefile
--- a/chat/eggdrop/Makefile     Fri Mar 04 20:57:50 2005 +0000
+++ b/chat/eggdrop/Makefile     Fri Mar 04 21:05:04 2005 +0000
@@ -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 @@
 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 -r f70a4dcdefc7 -r cecd1ed5cfbe chat/eggdrop/PLIST
--- a/chat/eggdrop/PLIST        Fri Mar 04 20:57:50 2005 +0000
+++ b/chat/eggdrop/PLIST        Fri Mar 04 21:05:04 2005 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index