From 3e91dfbd379a3a44f4e02546624bc592dfb5f2b6 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sat, 4 Jan 2003 09:01:05 +0000 Subject: Fix Makefile variable resolution problem. Submitted by: Alexandr Listopad --- databases/postgresql-docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql-docs') diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile index 960a8e6a2c8a..5ee08f15f5a4 100644 --- a/databases/postgresql-docs/Makefile +++ b/databases/postgresql-docs/Makefile @@ -12,7 +12,7 @@ MAINTAINER= girgen@pingpong.net POSTGRESQL_SUBPORT= YES POSTGRESQL_PORT?= databases/postgresql7 -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> +.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} .undef GNU_CONFIGURE NO_BUILD= YES -- cgit v1.2.3