diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-26 12:34:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-26 12:34:32 +0000 |
commit | bcb9b9663adf01b0a5a34c83e601c56e2e35cee0 (patch) | |
tree | 06bdfa440f7b9f1da516ef66f9f049b6f41f0ec7 | |
parent | a59d9d36e5452de0fa1f6f717de0eb2de755be13 (diff) | |
download | ports-bcb9b9663adf01b0a5a34c83e601c56e2e35cee0.tar.gz ports-bcb9b9663adf01b0a5a34c83e601c56e2e35cee0.zip |
Notes
-rw-r--r-- | math/ised/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/ised/Makefile b/math/ised/Makefile index 37259b4c97db..d15ba5e30698 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -10,14 +10,15 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= danilo@FreeBSD.org COMMENT= Tool for generating number sequences and arithmetic evaluation -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 +USES= libedit tar:bzip2 GNU_CONFIGURE= yes # ./base.h:620:14: error: invalid output constraint '=ir' in asm USE_GCC= yes -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |