summaryrefslogtreecommitdiff
path: root/www/cvsweb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/cvsweb/Makefile')
-rw-r--r--www/cvsweb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile
index 682b213e63f..38bdaf653be 100644
--- a/www/cvsweb/Makefile
+++ b/www/cvsweb/Makefile
@@ -1,5 +1,5 @@
#
-# $NetBSD: Makefile,v 1.13 2002/08/06 00:01:53 lukem Exp $
+# $NetBSD: Makefile,v 1.14 2002/08/25 21:52:06 jlam Exp $
#
DISTNAME= cvsweb-2.0.5
@@ -10,7 +10,7 @@ MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.freebsd.org/projects/cvsweb.html
COMMENT= Web interface for browsing a CVS repository
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PKG_SYSCONFSUBDIR?= httpd
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
@@ -56,6 +56,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/${f}
.endfor
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/buildlink2.mk"
+
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"