diff options
author | ade <ade@FreeBSD.org> | 2003-01-19 11:36:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-01-19 11:36:30 +0800 |
commit | 614c5a253ccf555026b3f8a07fb948651ee352d9 (patch) | |
tree | 497c4ec7312ec5442d1cc8f59a30f2ca4e695e4d /databases | |
parent | e6bb49ece52e9461bba23015102c9432b420bc51 (diff) | |
download | freebsd-ports-gnome-614c5a253ccf555026b3f8a07fb948651ee352d9.tar.gz freebsd-ports-gnome-614c5a253ccf555026b3f8a07fb948651ee352d9.tar.zst freebsd-ports-gnome-614c5a253ccf555026b3f8a07fb948651ee352d9.zip |
Fix these two so they at least work with 'make index'. The inclusion
of a master port Makefile like this is iffy in the extreme, IMO.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-postgresql-plperl/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-pltcl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-postgresql-plperl/Makefile b/databases/p5-postgresql-plperl/Makefile index 2f459f2c0ad7..8178714d4112 100644 --- a/databases/p5-postgresql-plperl/Makefile +++ b/databases/p5-postgresql-plperl/Makefile @@ -13,7 +13,7 @@ MAINTAINER= girgen@pingpong.net POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> +.include "../../${POSTGRESQL_PORT}/Makefile" RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index 417b8f594592..811d1f5925d0 100644 --- a/databases/postgresql-pltcl/Makefile +++ b/databases/postgresql-pltcl/Makefile @@ -12,7 +12,7 @@ MAINTAINER= girgen@pingpong.net POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> +.include "../../${POSTGRESQL_PORT}/Makefile" LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} |