summaryrefslogtreecommitdiff
path: root/editors/gnuserv-emacs20
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2003-05-22 23:26:11 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2003-05-22 23:26:11 +0000
commitf0115eb66913a83b454cb84a8febab535484b353 (patch)
tree5fb8a65a4af9129ca9c8983aba807d39f197aa77 /editors/gnuserv-emacs20
parentMake more fetchable. (diff)
Add patch from upstream maintainer.
This unbreaks emacs20 port.
Notes
Notes: svn path=/head/; revision=81753
Diffstat (limited to 'editors/gnuserv-emacs20')
-rw-r--r--editors/gnuserv-emacs20/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/gnuserv-emacs20/Makefile b/editors/gnuserv-emacs20/Makefile
index 95b3e666d072..38ecd5a30346 100644
--- a/editors/gnuserv-emacs20/Makefile
+++ b/editors/gnuserv-emacs20/Makefile
@@ -8,11 +8,9 @@
# This is a slave port.
PORTCLASS= slave
-MASTERDIR= ${.CURDIR}/../../editors/gnuserv
-
-BROKEN= "Does not compile"
+MASTERDIR= ${.CURDIR}/../gnuserv
# emacs port setup
EMACS_PORT_NAME= emacs20
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"