textproc/xslide.el: Do not install files for xemacs
It was removed in 2014.
This commit is contained in:
parent
fe69eba6ea
commit
ec5f046517
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503049
2 changed files with 2 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xslide.el
|
||||
PORTVERSION= 0.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc elisp
|
||||
MASTER_SITES= SF/xslide/xslide/${PORTVERSION}
|
||||
DISTNAME= xslide-${PORTVERSION}
|
||||
|
@ -18,16 +18,14 @@ NO_BUILD= yes
|
|||
NO_ARCH= yes
|
||||
|
||||
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
|
||||
XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${ELISPDIR} ${STAGEDIR}${XELISPDIR}
|
||||
@${MKDIR} ${STAGEDIR}${ELISPDIR}
|
||||
.for f in xslide.el xslide-abbrev.el xslide-data.el xslide-font.el \
|
||||
xslide-initial.xsl xslide-process.el
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${ELISPDIR}
|
||||
${LN} -sf ${ELISPDIR}/${f} ${STAGEDIR}${XELISPDIR}
|
||||
.endfor
|
||||
|
||||
do-install-DOCS-on:
|
||||
|
|
|
@ -4,9 +4,3 @@ share/emacs/site-lisp/xslide-data.el
|
|||
share/emacs/site-lisp/xslide-font.el
|
||||
share/emacs/site-lisp/xslide-initial.xsl
|
||||
share/emacs/site-lisp/xslide-process.el
|
||||
lib/xemacs/site-lisp/xslide.el
|
||||
lib/xemacs/site-lisp/xslide-abbrev.el
|
||||
lib/xemacs/site-lisp/xslide-data.el
|
||||
lib/xemacs/site-lisp/xslide-font.el
|
||||
lib/xemacs/site-lisp/xslide-initial.xsl
|
||||
lib/xemacs/site-lisp/xslide-process.el
|
||||
|
|
Loading…
Reference in a new issue