diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-04 09:01:05 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-04 09:01:05 +0000 |
commit | c3ffbccd195070f044442ca560ed736339e59d69 (patch) | |
tree | 906790c13c5b8d9c2ac84d3ea6f309684d3ec199 /databases | |
parent | 088e5e6146c0b519c969d775ed39e0e898f092a3 (diff) | |
download | FreeBSD-ports-c3ffbccd195070f044442ca560ed736339e59d69.zip FreeBSD-ports-c3ffbccd195070f044442ca560ed736339e59d69.tar.gz |
Fix Makefile variable resolution problem.
Submitted by: Alexandr Listopad <laa@laa.zp.ua>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile index 960a8e6..5ee08f1 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 |