aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-tcltk/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-09-04 20:53:28 +0800
committerosa <osa@FreeBSD.org>2003-09-04 20:53:28 +0800
commit0afb979d51d4fbee599ba3d2fd4e29f457e8e95c (patch)
tree670fe5cf5f25dd58f36e6d0fc66ace13f855725a /databases/postgresql-tcltk/Makefile
parent08adbf9c6bf5c16b6cd2279d2526a1fb32a1847e (diff)
downloadfreebsd-ports-gnome-0afb979d51d4fbee599ba3d2fd4e29f457e8e95c.tar.gz
freebsd-ports-gnome-0afb979d51d4fbee599ba3d2fd4e29f457e8e95c.tar.zst
freebsd-ports-gnome-0afb979d51d4fbee599ba3d2fd4e29f457e8e95c.zip
Use another way for PortgreSQL slave ports (make without -C),
because much more people still use old versions of make. Notify from: Dan Langille <dan@langille.org> Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 56346
Diffstat (limited to 'databases/postgresql-tcltk/Makefile')
-rw-r--r--databases/postgresql-tcltk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile
index 236885ed8c57..6ba69f846e20 100644
--- a/databases/postgresql-tcltk/Makefile
+++ b/databases/postgresql-tcltk/Makefile
@@ -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?= 0
CATEGORIES= databases tcl83 tk83
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= -tcltk
-DISTFILES!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V DISTFILES
+DISTFILES!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V DISTFILES
DIST_SUBDIR= postgresql
MAINTAINER= girgen@pingpong.net