svn commit: r380664 - head/math/algae

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 7 03:19:19 UTC 2015


Author: amdmi3
Date: Sat Mar  7 03:19:18 2015
New Revision: 380664
URL: https://svnweb.freebsd.org/changeset/ports/380664
QAT: https://qat.redports.org/buildarchive/r380664/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip binary

Modified:
  head/math/algae/Makefile

Modified: head/math/algae/Makefile
==============================================================================
--- head/math/algae/Makefile	Sat Mar  7 03:19:10 2015	(r380663)
+++ head/math/algae/Makefile	Sat Mar  7 03:19:18 2015	(r380664)
@@ -3,14 +3,15 @@
 
 PORTNAME=	algae
 PORTVERSION=	4.3.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Programming language for numerical analysis
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_ia64=	does not compile
 BROKEN_powerpc=	does not compile
@@ -25,4 +26,7 @@ PLIST_SUB=	ALGAE_VERSION=${PORTVERSION}
 
 INFO=		${PORTNAME}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list