svn commit: r371478 - head/print/a2ps

Antoine Brodin antoine at FreeBSD.org
Sat Oct 25 11:30:13 UTC 2014


Author: antoine
Date: Sat Oct 25 11:30:11 2014
New Revision: 371478
URL: https://svnweb.freebsd.org/changeset/ports/371478
QAT: https://qat.redports.org/buildarchive/r371478/

Log:
  Allow stripping as a regular user

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

Modified: head/print/a2ps/Makefile
==============================================================================
--- head/print/a2ps/Makefile	Sat Oct 25 11:17:04 2014	(r371477)
+++ head/print/a2ps/Makefile	Sat Oct 25 11:30:11 2014	(r371478)
@@ -26,7 +26,6 @@ INFO=		a2ps ogonkify regex
 WRKSRC=		${WRKDIR}/${PORTNAME}-4.13
 I18N_PACKAGE=	i18n-fonts-0.1
 
-STRIP=
 CONFIGURE_ARGS=	--with-medium=libpaper --sharedstatedir=${PREFIX}/share \
 	--sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share \
 	--localstatedir=${PREFIX}/share
@@ -80,7 +79,6 @@ post-configure:
 .endif
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/a2ps
 .if ${PORT_OPTIONS:MEMACS}
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp
 	${LN} -sf ${PREFIX}/share/emacs/site-lisp/a2ps-print.el \

Modified: head/print/a2ps/pkg-plist
==============================================================================
--- head/print/a2ps/pkg-plist	Sat Oct 25 11:17:04 2014	(r371477)
+++ head/print/a2ps/pkg-plist	Sat Oct 25 11:30:11 2014	(r371478)
@@ -290,15 +290,3 @@ man/man1/texi2dvi4a2ps.1.gz
 %%EMACS%%%%EMACS_SITE_LISPDIR%%/a2ps.elc
 %%EMACS%%lib/xemacs/site-lisp/a2ps-print.el
 %%EMACS%%lib/xemacs/site-lisp/a2ps.el
- at dirrm %%DATADIR%%/ogonkify/fonts
- at dirrm %%DATADIR%%/ogonkify/afm
- at dirrm %%DATADIR%%/ogonkify
- at dirrm %%DATADIR%%/ps
- at dirrm %%DATADIR%%/ppd
- at dirrm %%DATADIR%%/sheets
- at dirrm %%DATADIR%%/fonts
- at dirrm %%DATADIR%%/encoding
- at dirrm %%DATADIR%%/afm
- at dirrm %%DATADIR%%
-%%EMACS%%@dirrm lib/xemacs/site-lisp
-%%EMACS%%@dirrm lib/xemacs


More information about the svn-ports-all mailing list