summaryrefslogtreecommitdiff
path: root/databases/postgresql80-server
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-05-31 11:24:32 +0000
committerdillo <dillo@pkgsrc.org>2005-05-31 11:24:32 +0000
commitd6bfbe85829aea0114438e88656e5bbf748e39a7 (patch)
tree9fa6ca91820e60dd51d24475d2159189a4b2df85 /databases/postgresql80-server
parent6e68b06993127a08a66fd54d03bc6a7d7f55f491 (diff)
downloadpkgsrc-d6bfbe85829aea0114438e88656e5bbf748e39a7.tar.gz
Rename option PAM to pam (so all options are lower case). Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'databases/postgresql80-server')
-rw-r--r--databases/postgresql80-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index 113f01969d7..1b3ea933104 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 20:34:44 recht Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/31 11:24:32 dillo Exp $
PKGNAME= postgresql80-server-${BASE_VERS}
COMMENT= PostgreSQL database server programs
@@ -20,10 +20,10 @@ BUILD_DIRS+= ${WRKSRC}/src/timezone
BUILD_DIRS+= ${WRKSRC}/src/pl
PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql80-server
-PKG_SUPPORTED_OPTIONS= PAM
+PKG_SUPPORTED_OPTIONS= pam
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:MPAM)
+.if !empty(PKG_OPTIONS:Mpam)
. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --with-pam
.endif