diff options
-rw-r--r-- | databases/db42/Makefile | 2 | ||||
-rw-r--r-- | databases/db43/Makefile | 2 | ||||
-rw-r--r-- | databases/db44/Makefile | 2 | ||||
-rw-r--r-- | databases/db45/Makefile | 2 | ||||
-rw-r--r-- | databases/db46/Makefile | 2 | ||||
-rw-r--r-- | databases/db47/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 2b78100edc23..61b08d23b046 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -16,4 +16,6 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 +MASTERDIR?= ${.CURDIR} + .include <${MASTERDIR}/Makefile.db> diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 2b78100edc23..61b08d23b046 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -16,4 +16,6 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 +MASTERDIR?= ${.CURDIR} + .include <${MASTERDIR}/Makefile.db> diff --git a/databases/db44/Makefile b/databases/db44/Makefile index 2b78100edc23..61b08d23b046 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -16,4 +16,6 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 +MASTERDIR?= ${.CURDIR} + .include <${MASTERDIR}/Makefile.db> diff --git a/databases/db45/Makefile b/databases/db45/Makefile index 2b78100edc23..61b08d23b046 100644 --- a/databases/db45/Makefile +++ b/databases/db45/Makefile @@ -16,4 +16,6 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 +MASTERDIR?= ${.CURDIR} + .include <${MASTERDIR}/Makefile.db> diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 2b78100edc23..61b08d23b046 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -16,4 +16,6 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 +MASTERDIR?= ${.CURDIR} + .include <${MASTERDIR}/Makefile.db> diff --git a/databases/db47/Makefile b/databases/db47/Makefile index 2b78100edc23..61b08d23b046 100644 --- a/databases/db47/Makefile +++ b/databases/db47/Makefile @@ -16,4 +16,6 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 +MASTERDIR?= ${.CURDIR} + .include <${MASTERDIR}/Makefile.db> |