| Summary: | msyslog port spelling correction | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | richard |
| Component: | Individual Port(s) | Assignee: | Andrej Zverev <az> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->az Over to maintainer State Changed From-To: open->closed Committed. Thanks! |
Small typo in 'Postgres' in the ports Makefile. Also changed PSSQL to be more consistent with other ports which use PGSQL. Fix: herod# diff -u Makefile.orig Makefile OPTIONS= MYSQL "With MySQL Support" off \ - PSSQL "With Postfres Support" off \ + PGSQL "With Postgres Support" off \ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --without-mysql .endif -.if defined(WITH_PSSQL) +.if defined(WITH_PGSQL) USE_PGSQL= yes MAN8+= om_pgsql.8 .else--HeGUX6LsTZfpdy336FbOWCZWjzegvFou94JcNAYyZONUhNWk Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Fri Jun 2 21:03:38 2006 +++ Makefile Fri Jun 2 21:01:56 2006 @@ -18,7 +18,7 @@ COMMENT= Flexible and easy to integrate syslog daemon