lang/python-mode.el: Do not install files for xemacs
It was removed in 2014.
This commit is contained in:
parent
dc5308215e
commit
fb2dafe241
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503044
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= python-mode.el
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang elisp python
|
||||
MASTER_SITES= SF/python-mode/OldFiles
|
||||
@ -15,16 +15,13 @@ COMMENT= Emacs lisp module for the Python language
|
||||
NO_BUILD= yes
|
||||
|
||||
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
||||
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
||||
|
||||
LISPFILES= doctest-mode.el pycomplete.el pycomplete.py python-mode.el
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
|
||||
@${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
|
||||
.for i in ${LISPFILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EMACSLISPDIR}
|
||||
${LN} -sf ${EMACSLISPDIR}/${i} ${STAGEDIR}${XEMACSLISPDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
To use python-mode in Emacs/XEmacs, add the following lines to your ~/.emacs:
|
||||
To use python-mode in Emacs, add the following lines to your ~/.emacs:
|
||||
|
||||
(autoload 'python-mode "python-mode" "Mode for editing Python source files")
|
||||
(add-to-list 'auto-mode-alist '("\\.py" . python-mode))
|
||||
|
@ -1,7 +1,3 @@
|
||||
lib/xemacs/site-lisp/doctest-mode.el
|
||||
lib/xemacs/site-lisp/python-mode.el
|
||||
lib/xemacs/site-lisp/pycomplete.el
|
||||
lib/xemacs/site-lisp/pycomplete.py
|
||||
share/emacs/site-lisp/doctest-mode.el
|
||||
share/emacs/site-lisp/python-mode.el
|
||||
share/emacs/site-lisp/pycomplete.el
|
||||
|
Loading…
Reference in New Issue
Block a user