pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/cvsweb This does not need buildlink2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5764de730f28
branches:  trunk
changeset: 474176:5764de730f28
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Apr 26 03:37:48 2004 +0000

description:
This does not need buildlink2.

diffstat:

 www/cvsweb/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2e4e2ca59d1a -r 5764de730f28 www/cvsweb/Makefile
--- a/www/cvsweb/Makefile       Mon Apr 26 03:35:04 2004 +0000
+++ b/www/cvsweb/Makefile       Mon Apr 26 03:37:48 2004 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: Makefile,v 1.17 2003/07/17 22:55:32 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/26 03:37:48 snj Exp $
 #
 
 DISTNAME=              cvsweb-2.0.6
@@ -10,7 +10,8 @@
 HOMEPAGE=              http://www.freebsd.org/projects/cvsweb.html
 COMMENT=               Web interface for browsing a CVS repository
 
-USE_BUILDLINK2=                YES
+NO_BUILDLINK=          YES
+USE_PERL5=             # defined
 USE_PKGINSTALL=                YES
 
 PKG_SYSCONFSUBDIR?=    httpd
@@ -57,5 +58,4 @@
        ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/${f}
 .endfor
 
-.include "../../lang/perl5/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index