Date: Thu, 30 May 2019 07:33:01 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503042 - head/misc/table.el Message-ID: <201905300733.x4U7X10W081413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu May 30 07:33:01 2019 New Revision: 503042 URL: https://svnweb.freebsd.org/changeset/ports/503042 Log: misc/table.el: Do not install files for xemacs It was removed in 2014. It was installing a broken symlink too. Modified: head/misc/table.el/Makefile head/misc/table.el/pkg-message head/misc/table.el/pkg-plist Modified: head/misc/table.el/Makefile ============================================================================== --- head/misc/table.el/Makefile Thu May 30 07:30:29 2019 (r503041) +++ head/misc/table.el/Makefile Thu May 30 07:33:01 2019 (r503042) @@ -3,6 +3,7 @@ PORTNAME= table.el PORTVERSION= 1.5.54 +PORTREVISION= 1 CATEGORIES= misc elisp MASTER_SITES= SF/table/table/${PORTVERSION} DISTNAME= table-${PORTVERSION}.el.gz @@ -15,7 +16,6 @@ NO_BUILD= yes NO_WRKSUBDIR= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp -XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-extract: ${MKDIR} ${WRKDIR} @@ -23,8 +23,6 @@ do-extract: do-install: ${MKDIR} ${STAGEDIR}${EMACSLISPDIR} - ${MKDIR} ${STAGEDIR}${XEMACSLISPDIR} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${EMACSLISPDIR} - ${LN} -sf ${PORTNAME} ${STAGEDIR}${XEMACSLISPDIR} .include <bsd.port.mk> Modified: head/misc/table.el/pkg-message ============================================================================== --- head/misc/table.el/pkg-message Thu May 30 07:30:29 2019 (r503041) +++ head/misc/table.el/pkg-message Thu May 30 07:33:01 2019 (r503042) @@ -1,7 +1,5 @@ +To use table.el in Emacs, add the: -To use table.el in Emacs/XEmacs, add the: - (require 'table) to your ~/.emacs or init.el - Modified: head/misc/table.el/pkg-plist ============================================================================== --- head/misc/table.el/pkg-plist Thu May 30 07:30:29 2019 (r503041) +++ head/misc/table.el/pkg-plist Thu May 30 07:33:01 2019 (r503042) @@ -1,2 +1 @@ share/emacs/site-lisp/table.el -lib/xemacs/site-lisp/table.el
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300733.x4U7X10W081413>