diff options
author | obache <obache> | 2008-01-24 07:23:47 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-24 07:23:47 +0000 |
commit | 8fef70f24814a075d0240a9ebc0265218da19f7b (patch) | |
tree | c0abe54c8fa0c3a6c04868b2e30cc4803b00ada8 /www/viewvc | |
parent | 28474af7040475fcc22c4704896b9f5fef835ebc (diff) | |
download | pkgsrc-8fef70f24814a075d0240a9ebc0265218da19f7b.tar.gz |
No need to use wget to fetch now.
(previously, need cookie capable to fetch).
Diffstat (limited to 'www/viewvc')
-rw-r--r-- | www/viewvc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile index 5ceff709e8b..b573422ca58 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/05/20 09:01:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2008/01/24 07:23:47 obache Exp $ # DISTNAME= viewvc-1.0.4 @@ -9,7 +9,6 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.viewvc.org/ COMMENT= Viewing the content of CVS/SVN repositories with a Webbrowser -BOOTSTRAP_DEPENDS+= wget-[0-9]*:../../net/wget PYTHON_PATCH_SCRIPTS= viewvc-install bin/* bin/cgi/*.cgi lib/*.py .if !exists(/usr/bin/rlog) @@ -17,7 +16,6 @@ DEPENDS+= rcs-[0-9]*:../../devel/rcs .endif NO_BUILD= YES -FETCH_CMD= ${PREFIX}/bin/wget VIEWVCDIR= share/viewvc PLIST_SUBST+= VIEWVCDIR=${VIEWVCDIR:Q} |