- Fix spelling in Makefile
PR: ports/98393 Submitted by: Richard Tector <richard@tector.org.uk>
This commit is contained in:
parent
55e4b96192
commit
6271f83513
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165231
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ MAINTAINER= az@FreeBSD.org
|
|||
COMMENT= Flexible and easy to integrate syslog daemon
|
||||
|
||||
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 @@ MAN8+= om_mysql.8
|
|||
CONFIGURE_ARGS+= --without-mysql
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PSSQL)
|
||||
.if defined(WITH_PGSQL)
|
||||
USE_PGSQL= yes
|
||||
MAN8+= om_pgsql.8
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue