summaryrefslogtreecommitdiff
path: root/databases/postgresql-docs
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-04 09:01:05 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-04 09:01:05 +0000
commit3e91dfbd379a3a44f4e02546624bc592dfb5f2b6 (patch)
treef557b84ac2446f839b140ed894cf1ea30e210f95 /databases/postgresql-docs
parentsorry for commit the wrong path (diff)
Fix Makefile variable resolution problem.
Submitted by: Alexandr Listopad <laa@laa.zp.ua>
Notes
Notes: svn path=/head/; revision=72492
Diffstat (limited to 'databases/postgresql-docs')
-rw-r--r--databases/postgresql-docs/Makefile2
1 files changed, 1 insertions, 1 deletions
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