1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix Makefile variable resolution problem.

Submitted by:	Alexandr Listopad <laa@laa.zp.ua>
This commit is contained in:
Sean Chittenden 2003-01-04 09:01:05 +00:00
parent c8de8bc486
commit 3e91dfbd37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72492

View File

@ -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