From dbc90df1cf5a8989f3a3a1d4b92ef673fee67b34 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 17 Aug 2017 16:19:35 +0000 Subject: [PATCH] For some reason, databases/postgresql10-pltcl was different from all others. Fix it. Sponsored by: Absolight --- databases/postgresql10-pltcl/Makefile | 28 ++------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/databases/postgresql10-pltcl/Makefile b/databases/postgresql10-pltcl/Makefile index 0f863fe4ad96..396d69fafc6c 100644 --- a/databases/postgresql10-pltcl/Makefile +++ b/databases/postgresql10-pltcl/Makefile @@ -1,30 +1,6 @@ # Created by: Palle Girgensohn # $FreeBSD$ -PORTNAME= postgresql -CATEGORIES= databases tcl -PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} +WANT_PGSQL_VER= 10 -MAINTAINER= pgsql@FreeBSD.org -COMMENT= Module for using Tcl to write SQL functions - -MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server - -WANT_PGSQL_VER?=10 - -USES+= tcl pgsql:${WANT_PGSQL_VER} -WANT_PGSQL= server - -CONFIGURE_ARGS= --with-tcl --without-tk \ - --with-tclconfig="${TCL_LIBDIR}" \ - --with-includes="${TCL_INCLUDEDIR}" - -CONFIGURE_ENV+= TCLSH="${TCLSH}" -MAKE_ENV+= TCL_INCDIR="${TCL_INCLUDEDIR}" - -BUILD_DIRS= src/backend src/pl/tcl -INSTALL_DIRS= src/pl/tcl -SLAVE_ONLY= yes -COMPONENT= -pltcl - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../postgresql96-pltcl/Makefile"