diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-03 01:24:08 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-03 01:24:08 +0000 |
commit | 5c99a9b1d001da60eb78ff8d9570cd75e991306b (patch) | |
tree | 43bc5d446c294386ac789db64d8271a0b31e3f2b /databases/db44 | |
parent | f64d60d83b79c76fe4b78b9d689579cfbba6bd86 (diff) | |
download | FreeBSD-ports-5c99a9b1d001da60eb78ff8d9570cd75e991306b.zip FreeBSD-ports-5c99a9b1d001da60eb78ff8d9570cd75e991306b.tar.gz |
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).
Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'databases/db44')
-rw-r--r-- | databases/db44/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile index 61b08d2..2b78100 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> |