diff options
author | dsainty <dsainty@pkgsrc.org> | 2010-12-04 23:50:33 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2010-12-04 23:50:33 +0000 |
commit | 089d1fd0312f6ae237ea76afa67cd6ea5a683cc0 (patch) | |
tree | 84f934f0c3b645a476d460040cdd90b9618fb9d4 | |
parent | 08784267af86619bc479e63e8442bfbdb0ef0708 (diff) | |
download | pkgsrc-089d1fd0312f6ae237ea76afa67cd6ea5a683cc0.tar.gz |
Correct a typo in a comment, no functional change.
-rw-r--r-- | www/gitweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index 730e6ac62ab..91ba07de399 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/03/05 16:12:07 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2010/12/04 23:50:33 dsainty Exp $ # DISTNAME= git-${VERSION} @@ -30,7 +30,7 @@ MAKE_FLAGS+= PERL_PATH=${PERL5:Q} GITWEB_CONFIG= ${PKG_SYSCONFDIR}/gitweb.conf GITWEB_CGIBIN= ${PREFIX}/libexec/cgi-bin -# Apaache wants files in ${PREFIX}/share/httpd/htdocs/gitweb +# Apache wants files in ${PREFIX}/share/httpd/htdocs/gitweb GITWEB_HTDOCS= ${PREFIX}/share/examples/gitweb/htdocs GITWEB_EGDIR= ${PREFIX}/share/examples/gitweb |