From f5bae726e15b0ce3773738dd0c9d39447587ee87 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sun, 19 Jan 2003 03:36:30 +0000 Subject: Fix these two so they at least work with 'make index'. The inclusion of a master port Makefile like this is iffy in the extreme, IMO. --- databases/postgresql-pltcl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql-pltcl') diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index 417b8f594592..811d1f5925d0 100644 --- a/databases/postgresql-pltcl/Makefile +++ b/databases/postgresql-pltcl/Makefile @@ -12,7 +12,7 @@ MAINTAINER= girgen@pingpong.net POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> +.include "../../${POSTGRESQL_PORT}/Makefile" LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} -- cgit v1.2.3