diff options
author | dsainty <dsainty> | 2010-12-04 23:50:33 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2010-12-04 23:50:33 +0000 |
commit | 4d94ee5e20389c239fc1df331bded0c78de3b547 (patch) | |
tree | 84f934f0c3b645a476d460040cdd90b9618fb9d4 /www | |
parent | 3501fb5372f66ac4bea47f7d5e0a79e5fd771665 (diff) | |
download | pkgsrc-4d94ee5e20389c239fc1df331bded0c78de3b547.tar.gz |
Correct a typo in a comment, no functional change.
Diffstat (limited to 'www')
-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 |