aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2004-03-18 21:39:11 +0800
committeryoichi <yoichi@FreeBSD.org>2004-03-18 21:39:11 +0800
commitca080f3b280c84abd21cbb950f1c4048b7a9577d (patch)
tree82070c5d5c966ad6cea693d9e078f14de3101b7b /databases
parente832ebc6f907439d2ec225a9d204b55392ac1c7f (diff)
downloadfreebsd-ports-gnome-ca080f3b280c84abd21cbb950f1c4048b7a9577d.tar.gz
freebsd-ports-gnome-ca080f3b280c84abd21cbb950f1c4048b7a9577d.tar.zst
freebsd-ports-gnome-ca080f3b280c84abd21cbb950f1c4048b7a9577d.zip
include <...> -> include "..."
PR: ports/64393 Submitted by: Oliver Eikemeier
Diffstat (limited to 'databases')
-rw-r--r--databases/bbdb-emacs20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/bbdb-emacs20/Makefile b/databases/bbdb-emacs20/Makefile
index e52dc6ac3330..0f3f4c56e752 100644
--- a/databases/bbdb-emacs20/Makefile
+++ b/databases/bbdb-emacs20/Makefile
@@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../bbdb
EMACS_PORT_NAME= emacs20
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"