Index: head/lang/python-mode.el/Makefile =================================================================== --- head/lang/python-mode.el/Makefile (revision 503043) +++ head/lang/python-mode.el/Makefile (revision 503044) @@ -1,30 +1,27 @@ # Created by: Dario Freni # $FreeBSD$ PORTNAME= python-mode.el PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang elisp python MASTER_SITES= SF/python-mode/OldFiles DISTNAME= python-mode-${PORTVERSION} MAINTAINER= ports@FreeBSD.org 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 Index: head/lang/python-mode.el/pkg-message =================================================================== --- head/lang/python-mode.el/pkg-message (revision 503043) +++ head/lang/python-mode.el/pkg-message (revision 503044) @@ -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)) Index: head/lang/python-mode.el/pkg-plist =================================================================== --- head/lang/python-mode.el/pkg-plist (revision 503043) +++ head/lang/python-mode.el/pkg-plist (revision 503044) @@ -1,8 +1,4 @@ -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 share/emacs/site-lisp/pycomplete.py