diff options
Diffstat (limited to 'graphics/xface.el')
-rw-r--r-- | graphics/xface.el/Makefile | 19 |
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} |