svn commit: r503041 - head/devel/p4.el

Tobias Kortkamp tobik at FreeBSD.org
Thu May 30 07:30:30 UTC 2019


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


More information about the svn-ports-head mailing list