diff options
author | sketch <sketch@pkgsrc.org> | 2005-04-21 23:05:41 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2005-04-21 23:05:41 +0000 |
commit | 69701ba04ee3346b92df3351fa2638aec529dbe1 (patch) | |
tree | 50948e36cb8a6b12ab57de546777d2d90880b56f /mk/apache.mk | |
parent | 51352eff3c66cc840b1c35e52d3b9ec5cc0cb0d0 (diff) | |
download | pkgsrc-69701ba04ee3346b92df3351fa2638aec529dbe1.tar.gz |
Fix typo.
Diffstat (limited to 'mk/apache.mk')
-rw-r--r-- | mk/apache.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/apache.mk b/mk/apache.mk index 028dd5daed2..821788503c3 100644 --- a/mk/apache.mk +++ b/mk/apache.mk @@ -1,10 +1,10 @@ -# $NetBSD: apache.mk,v 1.8 2005/03/24 17:46:00 tv Exp $ +# $NetBSD: apache.mk,v 1.9 2005/04/21 23:05:41 sketch Exp $ # # This Makefile fragment handles Apache dependencies and make variables, # and is meant to be included by packages that require Apache either at # build-time or at run-time. apache.mk will: # -# * set PKG_APACHE to the name of the apache web serverused +# * set PKG_APACHE to the name of the apache web server used # # * add a full dependency on the apache server # |