svn commit: r395233 - head/math/aamath
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 25 10:57:13 UTC 2015
Author: amdmi3
Date: Tue Aug 25 10:57:12 2015
New Revision: 395233
URL: https://svnweb.freebsd.org/changeset/ports/395233
Log:
- Add LICENSE_FILE
- Fix binary installation
Approved by: portmgr blanket
Modified:
head/math/aamath/Makefile
Modified: head/math/aamath/Makefile
==============================================================================
--- head/math/aamath/Makefile Tue Aug 25 10:05:12 2015 (r395232)
+++ head/math/aamath/Makefile Tue Aug 25 10:57:12 2015 (r395233)
@@ -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 at 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.
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>
More information about the svn-ports-all
mailing list