diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 09:01:05 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 09:01:05 +0000 |
commit | 3e91dfbd379a3a44f4e02546624bc592dfb5f2b6 (patch) | |
tree | f557b84ac2446f839b140ed894cf1ea30e210f95 /databases | |
parent | c8de8bc48677b32bc05c1ca94879910d96189627 (diff) | |
download | ports-3e91dfbd379a3a44f4e02546624bc592dfb5f2b6.tar.gz ports-3e91dfbd379a3a44f4e02546624bc592dfb5f2b6.zip |
Notes
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 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 |