svn commit: r514785 - head/math/libtommath

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 11:03:32 UTC 2019


Author: tobik
Date: Sat Oct 19 11:03:31 2019
New Revision: 514785
URL: https://svnweb.freebsd.org/changeset/ports/514785

Log:
  math/libtommath: Strip library
  
  Move unhooked post-install-SHARED-on target into post-install

Modified:
  head/math/libtommath/Makefile

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Sat Oct 19 10:55:23 2019	(r514784)
+++ head/math/libtommath/Makefile	Sat Oct 19 11:03:31 2019	(r514785)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libtommath
 DISTVERSION=	1.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/
 DISTNAME=	ltm-${DISTVERSION}
@@ -39,8 +39,6 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/bn.pdf ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/poster.pdf ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/tommath.pdf ${STAGEDIR}${DOCSDIR}
-
-post-install-SHARED-on:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.${DISTVERSION}
 
 do-test:


More information about the svn-ports-head mailing list