aboutsummaryrefslogtreecommitdiff
path: root/graphics/xface.el
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2014-06-27 12:34:52 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2014-06-27 12:34:52 +0000
commitfba661e8a6505e7d1c36673a407aaec50be11b50 (patch)
tree03e1be8a277142f907e026b09eddcafd8a3ace1e /graphics/xface.el
parent237f8bd9c9eacccbe57b7c150fed42c8e11df5e3 (diff)
downloadports-fba661e8a6505e7d1c36673a407aaec50be11b50.tar.gz
ports-fba661e8a6505e7d1c36673a407aaec50be11b50.zip
- Remove editors/emacs21, and editors/emacs22 as they're no longer maintained
upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=359512
Diffstat (limited to 'graphics/xface.el')
-rw-r--r--graphics/xface.el/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/graphics/xface.el/Makefile b/graphics/xface.el/Makefile
index f0360ac9255a..cbfe580f3075 100644
--- a/graphics/xface.el/Makefile
+++ b/graphics/xface.el/Makefile
@@ -19,15 +19,9 @@ COMMENT= X-Face encoder/decoder/viewer for Emacsen
RUN_DEPENDS= compface:${PORTSDIR}/mail/faces
USE_EMACS= yes
-EMACS_PORT_NAME?= emacs21
LISP_FILES= x-face
-.if (${EMACS_PORT_NAME} == emacs21)
-LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/x-face
-LISP_FILES+= x-face-e21
-PLIST_SUB+= E21_ONLY="" \
- XEMACS_ONLY="@comment "
-.elif (${EMACS_PORT_NAME} == xemacs21 || ${EMACS_PORT_NAME} == xemacs21-mule)
+.if (${EMACS_PORT_NAME} == xemacs21 || ${EMACS_PORT_NAME} == xemacs21-mule)
LISPDIR= ${EMACS_SITE_LISPDIR}/x-face
LISP_FILES+= x-face-xmas
PLIST_SUB+= E21_ONLY="@comment " \
@@ -42,17 +36,6 @@ PLIST_SUB+= LISPDIR=${LISPDIR} \
OPTIONS_DEFINE= DOCS
-post-extract:
-.if (${EMACS_PORT_NAME} == emacs21)
- ${CP} ${DISTDIR}/x-face-e21.el.gz ${WRKSRC}
- ${GUNZIP_CMD} ${WRKSRC}/x-face-e21.el.gz
-.endif
-post-build:
-.if (${EMACS_PORT_NAME} == emacs21)
- (cd ${WRKSRC}; \
- ${EMACS_CMD} -batch -q -no-site-file \
- -f batch-byte-compile x-face-e21.el)
-.endif
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${LISPDIR}
.for i in ${LISP_FILES}