[Midnightbsd-cvs] mports [24565] trunk/databases/postgresql96-pltcl/Makefile: force version
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 23 21:58:55 EDT 2018
Revision: 24565
http://svnweb.midnightbsd.org/mports/?rev=24565
Author: laffer1
Date: 2018-10-23 21:58:37 -0400 (Tue, 23 Oct 2018)
Log Message:
-----------
force version
Modified Paths:
--------------
trunk/databases/postgresql96-pltcl/Makefile
Modified: trunk/databases/postgresql96-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql96-pltcl/Makefile 2018-10-23 13:38:20 UTC (rev 24564)
+++ trunk/databases/postgresql96-pltcl/Makefile 2018-10-24 01:58:37 UTC (rev 24565)
@@ -2,7 +2,7 @@
PORTNAME= postgresql
CATEGORIES= databases tcl
-PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
+PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
MAINTAINER= ports at MidnightBSD.org
COMMENT= Module for using Tcl to write SQL functions
@@ -9,7 +9,7 @@
MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
-WANT_PGSQL_VER?=9.6
+WANT_PGSQL_VER=9.6
USES+= tcl pgsql:${WANT_PGSQL_VER}
WANT_PGSQL= server
More information about the Midnightbsd-cvs
mailing list