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:
parent
c8de8bc486
commit
3e91dfbd37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72492
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user