diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-10 15:06:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-10 15:06:47 +0000 |
commit | 9bf38271086497a91c4cb9b03491908317c8bb74 (patch) | |
tree | ce052f83e4bf819438aa3b8d135d29d5c4dc77e5 | |
parent | 5234d726d09b7b287b13e1842910ff606cfc7d94 (diff) | |
download | ports-9bf38271086497a91c4cb9b03491908317c8bb74.tar.gz ports-9bf38271086497a91c4cb9b03491908317c8bb74.zip |
- Actually fix the typo
Pointy hat to: beech
Notes
Notes:
svn path=/head/; revision=225655
-rw-r--r-- | www/cherokee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index b31aab614f75..8ddd05708fba 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -90,7 +90,7 @@ post-patch: s:%wwwroot%:${PREFIX}/www/cherokee:g; \ s:%prefix%:${PREFIX}:g; \ s:%localstatedir%:/var:g; \ - s:#.*User.*nobody:User www:g; \1 + s:#.*User.*nobody:User www:g; \ s:#.*Group.*nogroup:Group www:g; \ s:#.*PollMethod.*poll:PollMethod kqueue:g' \ $$i > $${i%.pre};done |