aboutsummaryrefslogtreecommitdiff
path: root/math/aamath
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 10:57:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-25 10:57:12 +0000
commit7ce17e0bebca6eb9ae70eb96cba0ec1eedd878a0 (patch)
tree7a6622d6cef58da014d66f819b5eb4baacf2ec35 /math/aamath
parent43b18e6328cd5441c2480118a712f1a5b8da02c3 (diff)
downloadports-7ce17e0bebca6eb9ae70eb96cba0ec1eedd878a0.tar.gz
ports-7ce17e0bebca6eb9ae70eb96cba0ec1eedd878a0.zip
- Add LICENSE_FILE
- Fix binary installation Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395233
Diffstat (limited to 'math/aamath')
-rw-r--r--math/aamath/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/aamath/Makefile b/math/aamath/Makefile
index 480e2f37599d..6aa7338cee91 100644
--- a/math/aamath/Makefile
+++ b/math/aamath/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aamath
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math textproc
MASTER_SITES= http://fuse.superglue.se/${PORTNAME}/ \
LOCAL/ehaupt
@@ -12,6 +12,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Renders ASCII art from mathematical expressions
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= readline
@@ -22,8 +23,7 @@ PLIST_FILES= bin/aamath man/man1/aamath.1.gz
CFLAGS+= -I${LOCALBASE}/include
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>