Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/www/webalizer/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/www/webalizer/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- pkgsrc/www/webalizer/Makefile 2004/01/20 12:28:00 1.29 +++ pkgsrc/www/webalizer/Makefile 2004/04/09 00:39:20 1.30 @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 @@ CONFIGURE_ENV+= ac_cv_GDLIB=${BUILDLINK 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 @@ post-build: ${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"