Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 07:50:11 +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: r503050 - head/print/a2ps
Message-ID:  <201905300750.x4U7oBY6087769@repo.freebsd.org>

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

Log:
  print/a2ps: Do not install files for xemacs
  
  It was removed in 2014.

Modified:
  head/print/a2ps/Makefile
  head/print/a2ps/pkg-plist

Modified: head/print/a2ps/Makefile
==============================================================================
--- head/print/a2ps/Makefile	Thu May 30 07:46:22 2019	(r503049)
+++ head/print/a2ps/Makefile	Thu May 30 07:50:10 2019	(r503050)
@@ -3,7 +3,7 @@
 
 PORTNAME=	a2ps
 PORTVERSION=	4.13b
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	print
 MASTER_SITES=	GNU LOCAL/hrs/a2ps/:i18n
 
@@ -77,13 +77,6 @@ post-configure:
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MEMACS}
-	${MKDIR} ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp
-	${LN} -sf ${PREFIX}/share/emacs/site-lisp/a2ps-print.el \
-		  ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/a2ps-print.el
-	${LN} -sf ${PREFIX}/share/emacs/site-lisp/a2ps.el \
-		  ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/a2ps.el
-.endif
 	cd ${WRKSRC}/doc && \
 		${SETENV} ${MAKE_ENV} ${MAKE} ${.MAKEFLAGS} ${MAKE_ARGS} ${INSTALL_TARGET}
 	${RM} ${STAGEDIR}${PREFIX}/lib/liba2ps.la

Modified: head/print/a2ps/pkg-plist
==============================================================================
--- head/print/a2ps/pkg-plist	Thu May 30 07:46:22 2019	(r503049)
+++ head/print/a2ps/pkg-plist	Thu May 30 07:50:10 2019	(r503050)
@@ -288,5 +288,3 @@ man/man1/texi2dvi4a2ps.1.gz
 %%EMACS%%%%EMACS_SITE_LISPDIR%%/a2ps-print.elc
 %%EMACS%%%%EMACS_SITE_LISPDIR%%/a2ps.el
 %%EMACS%%%%EMACS_SITE_LISPDIR%%/a2ps.elc
-%%EMACS%%lib/xemacs/site-lisp/a2ps-print.el
-%%EMACS%%lib/xemacs/site-lisp/a2ps.el



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