diff options
author | yoichi <yoichi@FreeBSD.org> | 2004-03-18 13:39:11 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2004-03-18 13:39:11 +0000 |
commit | ca080f3b280c84abd21cbb950f1c4048b7a9577d (patch) | |
tree | 82070c5d5c966ad6cea693d9e078f14de3101b7b /databases/bbdb-emacs20 | |
parent | e832ebc6f907439d2ec225a9d204b55392ac1c7f (diff) | |
download | FreeBSD-ports-ca080f3b280c84abd21cbb950f1c4048b7a9577d.zip FreeBSD-ports-ca080f3b280c84abd21cbb950f1c4048b7a9577d.tar.gz |
include <...> -> include "..."
PR: ports/64393
Submitted by: Oliver Eikemeier
Diffstat (limited to 'databases/bbdb-emacs20')
-rw-r--r-- | databases/bbdb-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/bbdb-emacs20/Makefile b/databases/bbdb-emacs20/Makefile index e52dc6a..0f3f4c5 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" |