diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-03 11:21:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-03 11:21:33 +0000 |
commit | 57f8788c32e69dd88f2aa3430ecdee18b25a5572 (patch) | |
tree | 40a604b0b526984c9826f0b78b3c2c0c8b1f4ae2 /databases/db45 | |
parent | *******************IMPORTANT******************* (diff) |
Revert previous commit. Local changes here masked the fact that this
change would break the port for other users.
Noticed by: Rolandas Naujikas <rolnas@takas.lt>
Pointy hat to: linimon@FreeBSD.org
Diffstat (limited to 'databases/db45')
-rw-r--r-- | databases/db45/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |