aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmk
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-11-03 21:18:09 +0000
committerClement Laforet <clement@FreeBSD.org>2005-11-03 21:18:09 +0000
commit5800fc0821ccf5fe97373e7f3ee0dad8c2e0b0e4 (patch)
treec81aa5e9db0c1e239e05f2dde53e73645a7180e7 /ports-mgmt/portmk
parent4d1a8e0f9989f149a6d0eda14640668c3aeee234 (diff)
downloadports-5800fc0821ccf5fe97373e7f3ee0dad8c2e0b0e4.tar.gz
ports-5800fc0821ccf5fe97373e7f3ee0dad8c2e0b0e4.zip
Notes
Diffstat (limited to 'ports-mgmt/portmk')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.database.mk4
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk2
2 files changed, 4 insertions, 2 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.database.mk b/ports-mgmt/portmk/Mk/bsd.database.mk
index 51b4374e103a..067519f389dd 100644
--- a/ports-mgmt/portmk/Mk/bsd.database.mk
+++ b/ports-mgmt/portmk/Mk/bsd.database.mk
@@ -111,10 +111,12 @@ DEFAULT_PGSQL_VER?= 74
PGSQL73_LIBVER= 3
PGSQL74_LIBVER= 3
PGSQL80_LIBVER= 4
+PGSQL81_LIBVER= 4
# Setting/finding PostgreSQL version we want.
.if exists(${LOCALBASE}/bin/pg_config)
-_PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p'
+_PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
+.endif
.endif
.if defined(WANT_PGSQL_VER) && defined(_PGSQL_VER) && ${WANT_PGSQL_VER} != ${_PGSQL_VER}
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index d02068ae5374..1e612bffc88c 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -380,7 +380,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# ${PREFIX}/etc/rc.d and added to the packing list.
# pairs will be added to ${SUB_LIST}. These files will be
# installed in ${PREFIX}/etc/rc.d and added to the packing list.
-# RC_ORDER - List of rcNG startup scripts to be called early in the boot
+# USE_RCORDER - List of rcNG startup scripts to be called early in the boot
# process. This acts exactly like USE_RC_SUBR except that
# scripts are installed in /etc/rc.d.
# RC_SUBR - Set to path of rc.subr.