summaryrefslogtreecommitdiff
path: root/databases/bbdb-emacs20
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2004-03-18 13:39:11 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2004-03-18 13:39:11 +0000
commit589241ce77a29e7b8ff6d5fc873a9521cf0a3e16 (patch)
treef969020dc55ddc8b4c4dbb18a662fb6e46fd5f5f /databases/bbdb-emacs20
parent- Remove SIZE of old tarball (diff)
include <...> -> include "..."
PR: ports/64393 Submitted by: Oliver Eikemeier
Notes
Notes: svn path=/head/; revision=104460
Diffstat (limited to 'databases/bbdb-emacs20')
-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"