diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-07 11:19:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-07 11:19:18 +0800 |
commit | cf4deaad9a9ee60ad62def1a9b664be911ac16f8 (patch) | |
tree | c150df65e6acda67c7a40f0db73361edea864e2a /math | |
parent | 45da058fb4ef0f310f4e40c0f80c51366d573724 (diff) | |
download | freebsd-ports-gnome-cf4deaad9a9ee60ad62def1a9b664be911ac16f8.tar.gz freebsd-ports-gnome-cf4deaad9a9ee60ad62def1a9b664be911ac16f8.tar.zst freebsd-ports-gnome-cf4deaad9a9ee60ad62def1a9b664be911ac16f8.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Strip binary
Diffstat (limited to 'math')
-rw-r--r-- | math/algae/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
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 <bsd.port.mk> |