pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webalizer bl3ify and enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31db951d8428
branches:  trunk
changeset: 472343:31db951d8428
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 09 00:39:20 2004 +0000

description:
bl3ify and enable pkgviews installation.

diffstat:

 www/webalizer/Makefile |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 40ccc7b7ce0c -r 31db951d8428 www/webalizer/Makefile
--- a/www/webalizer/Makefile    Fri Apr 09 00:36:06 2004 +0000
+++ b/www/webalizer/Makefile    Fri Apr 09 00:39:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/01/20 12:28:00 agc Exp $
+# $NetBSD: Makefile,v 1.30 2004/04/09 00:39:20 minskim Exp $
 #
 
 DISTNAME=      webalizer-2.01-10-src
@@ -14,8 +14,10 @@
 HOMEPAGE=      http://www.mrunix.net/webalizer/
 COMMENT=       Web server log file analysis program
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/-src//}
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PKGINSTALL=                YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
@@ -26,6 +28,8 @@
 EGDIR=         ${PREFIX}/share/examples
 CONF_FILES=    ${EGDIR}/webalizer.conf.sample ${PKG_SYSCONFDIR}/webalizer.conf
 
+INSTALLATION_DIRS=     bin man/man1 share/examples
+
 post-build:
        cd ${WRKSRC}; for file in sample.conf webalizer.1; do           \
                ${SED}  -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"     \
@@ -33,6 +37,6 @@
                ${MV} -f ${WRKSRC}/$${file}.fixed ${WRKSRC}/$${file};   \
        done
 
-.include "../../graphics/freetype2/buildlink2.mk"
-.include "../../graphics/gd/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/gd/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index