From 226faa7c2951aae8328303acf38c34530a710c48 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Fri, 19 Mar 2004 22:28:21 +0000 Subject: This patch is a convenience patch to allow broken port tools to continue to go about their rotten business. It is issued without acknowledgment of any obligation, in response to ports/64393. The patch does NOT bump PORTREVISION as the change is invisible for the port's or package's users. $FreeBSD$ is sufficient. I also refute any "bug" with respect to the the porter's handbook's pages referenced in ports/64393, my port has not written anything after bsd.port.mk and portlint has nothing to complain about (only that it can't figure "patch" is legal in a PATCHFILES variable). Informational: tools that assume .include was the last line in a port's makefile are broken. They should be comparing the output of realpath $(make -V MASTERDIR) against the output of realpath $(pwd) instead: -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42 -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory -bash-2.05b$ realpath $(make -V MASTERDIR) /usr/home/ma/db42 -bash-2.05b$ realpath $(pwd) /usr/home/ma/db42-nocrypto PR: 64479 Submitted by: Matthias Andree (maintainer) --- databases/db45/Makefile | 1 + databases/db45/Makefile.db | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'databases/db45') diff --git a/databases/db45/Makefile b/databases/db45/Makefile index 61b08d23b046..19be6e18de40 100644 --- a/databases/db45/Makefile +++ b/databases/db45/Makefile @@ -19,3 +19,4 @@ COMMENT= The Berkeley DB package, revision 4.2 MASTERDIR?= ${.CURDIR} .include <${MASTERDIR}/Makefile.db> +.include diff --git a/databases/db45/Makefile.db b/databases/db45/Makefile.db index be96d05d2e1b..8cf3e4a934ce 100644 --- a/databases/db45/Makefile.db +++ b/databases/db45/Makefile.db @@ -44,5 +44,3 @@ post-install: .endif cd ${PREFIX}/bin/${PORTNAME} ; \ for i in * ; do ${LN} -s ${PORTNAME}/$$i ../$$i-${BDBVER} ; done - -.include -- cgit v1.2.3