Use another way for PortgreSQL slave ports (make without -C),
because much more people still use old versions of make. For committers: please use the same way for following PRs: 56345-56350. Spotted by: Dan Langille <dan@langille.org> via FreshPorts Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
This commit is contained in:
parent
37ea3344e3
commit
dc6c51af2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88502
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V PORTVERSION
|
||||
PORTVERSION!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V PORTVERSION
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V MASTER_SITE_SUBDIR
|
||||
MASTER_SITE_SUBDIR!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V MASTER_SITE_SUBDIR
|
||||
PKGNAMESUFFIX= -contrib
|
||||
DISTFILES!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V DISTFILES
|
||||
DISTFILES!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V DISTFILES
|
||||
DIST_SUBDIR= postgresql
|
||||
|
||||
MAINTAINER= girgen@pingpong.net
|
||||
|
|
Loading…
Reference in a new issue