diff --git a/math/algae/Makefile b/math/algae/Makefile index 13a33a629ca1..353fcd409993 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -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@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