diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-03 09:24:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-03 09:24:08 +0800 |
commit | 5c99a9b1d001da60eb78ff8d9570cd75e991306b (patch) | |
tree | 43bc5d446c294386ac789db64d8271a0b31e3f2b | |
parent | f64d60d83b79c76fe4b78b9d689579cfbba6bd86 (diff) | |
download | freebsd-ports-gnome-5c99a9b1d001da60eb78ff8d9570cd75e991306b.tar.gz freebsd-ports-gnome-5c99a9b1d001da60eb78ff8d9570cd75e991306b.tar.zst freebsd-ports-gnome-5c99a9b1d001da60eb78ff8d9570cd75e991306b.zip |
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).
Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
-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, 0 insertions, 12 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 61b08d23b046..2b78100edc23 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -16,6 +16,4 @@ 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 61b08d23b046..2b78100edc23 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -16,6 +16,4 @@ 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 61b08d23b046..2b78100edc23 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -16,6 +16,4 @@ 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 61b08d23b046..2b78100edc23 100644 --- a/databases/db45/Makefile +++ b/databases/db45/Makefile @@ -16,6 +16,4 @@ 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 61b08d23b046..2b78100edc23 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -16,6 +16,4 @@ 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 61b08d23b046..2b78100edc23 100644 --- a/databases/db47/Makefile +++ b/databases/db47/Makefile @@ -16,6 +16,4 @@ 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> |