diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-03 01:24:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-03 01:24:08 +0000 |
commit | 876aa268921e6916eab7a14eb68cdccc991d78a3 (patch) | |
tree | ac9c321422f748e8481db85494220174cde1c09f /databases/db43/Makefile | |
parent | bb56456c2c858df333e8bfdcbcdbc203718a4e81 (diff) | |
download | ports-876aa268921e6916eab7a14eb68cdccc991d78a3.tar.gz ports-876aa268921e6916eab7a14eb68cdccc991d78a3.zip |
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).
Reviewed by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=102778
Diffstat (limited to 'databases/db43/Makefile')
-rw-r--r-- | databases/db43/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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> |