Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 07:30:29 +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: r503041 - head/devel/p4.el
Message-ID:  <201905300730.x4U7UTkY076697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu May 30 07:30:29 2019
New Revision: 503041
URL: https://svnweb.freebsd.org/changeset/ports/503041

Log:
  devel/p4.el: Do not install files for xemacs
  
  It was removed in 2014.
  
  It was installing a broken symlink too.

Modified:
  head/devel/p4.el/Makefile
  head/devel/p4.el/pkg-plist

Modified: head/devel/p4.el/Makefile
==============================================================================
--- head/devel/p4.el/Makefile	Thu May 30 07:26:31 2019	(r503040)
+++ head/devel/p4.el/Makefile	Thu May 30 07:30:29 2019	(r503041)
@@ -3,6 +3,7 @@
 
 PORTNAME=	p4.el
 PORTVERSION=	10.6
+PORTREVISION=	1
 CATEGORIES=	devel elisp
 MASTER_SITES=	SF/p4el/p4el/${PORTVERSION}
 EXTRACT_SUFX=	.tgz
@@ -16,12 +17,9 @@ NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR=	${PREFIX}/lib/xemacs/site-lisp
 
 do-install:
 	${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
 	${INSTALL_DATA} ${WRKSRC}/p4.el ${STAGEDIR}${EMACSLISPDIR}
-	${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
-	${LN} -sf p4.el ${STAGEDIR}${XEMACSLISPDIR}
 
 .include <bsd.port.mk>

Modified: head/devel/p4.el/pkg-plist
==============================================================================
--- head/devel/p4.el/pkg-plist	Thu May 30 07:26:31 2019	(r503040)
+++ head/devel/p4.el/pkg-plist	Thu May 30 07:30:29 2019	(r503041)
@@ -1,2 +1 @@
 share/emacs/site-lisp/p4.el
-lib/xemacs/site-lisp/p4.el



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300730.x4U7UTkY076697>