svn commit: r503046 - head/devel/cscope
Tobias Kortkamp
tobik at FreeBSD.org
Thu May 30 07:39:24 UTC 2019
Author: tobik
Date: Thu May 30 07:39:23 2019
New Revision: 503046
URL: https://svnweb.freebsd.org/changeset/ports/503046
Log:
devel/cscope: Do not install files for xemacs
It was removed in 2014.
Modified:
head/devel/cscope/Makefile
head/devel/cscope/pkg-plist
Modified: head/devel/cscope/Makefile
==============================================================================
--- head/devel/cscope/Makefile Thu May 30 07:39:06 2019 (r503045)
+++ head/devel/cscope/Makefile Thu May 30 07:39:23 2019 (r503046)
@@ -3,6 +3,7 @@
PORTNAME= cscope
PORTVERSION= 15.8b
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
@@ -14,18 +15,15 @@ LICENSE= BSD3CLAUSE
USES= ncurses
OPTIONS_DEFINE= XCSCOPE
OPTIONS_SUB= yes
-XCSCOPE_DESC= Install (X)Emacs package
+XCSCOPE_DESC= Install Emacs package
GNU_CONFIGURE= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${STAGEDIR}${EMACSLISPDIR}
- ${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
- ${LN} -sf ${EMACSLISPDIR}/xcscope.el ${STAGEDIR}${XEMACSLISPDIR}
.include <bsd.port.mk>
Modified: head/devel/cscope/pkg-plist
==============================================================================
--- head/devel/cscope/pkg-plist Thu May 30 07:39:06 2019 (r503045)
+++ head/devel/cscope/pkg-plist Thu May 30 07:39:23 2019 (r503046)
@@ -3,4 +3,3 @@ bin/ocs
man/man1/cscope.1.gz
%%XCSCOPE%%bin/cscope-indexer
%%XCSCOPE%%share/emacs/site-lisp/xcscope.el
-%%XCSCOPE%%lib/xemacs/site-lisp/xcscope.el
More information about the svn-ports-all
mailing list