aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/elscreen/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile
index 6c9b963467a5..45706f2aa93e 100644
--- a/misc/elscreen/Makefile
+++ b/misc/elscreen/Makefile
@@ -11,15 +11,9 @@ MASTER_SITE_SUBDIR= . old
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= GNU screen like utility on Emacsen
-USE_EMACS= yes
-.include <bsd.port.pre.mk>
-.if (${EMACS_PORT_NAME} == "emacs20")
-DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
-.else
-DEPPORT_SUFFIX=
-.endif
+RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:editors/apel
-RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:editors/apel${DEPPORT_SUFFIX}
+USE_EMACS= yes
EMACS_NO_BUILD_DEPENDS= YES
NO_BUILD= YES
@@ -32,4 +26,5 @@ do-install:
.for i in ChangeLog README
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.include <bsd.port.post.mk>
+
+.include <bsd.port.mk>