diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-22 17:01:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-22 17:01:20 +0800 |
commit | 334c3275c5379df5a2b25131b9f07a5164373fdb (patch) | |
tree | 34b7910d6699e4ea47f132f76d3e66a32fe22192 /math | |
parent | a37526891a15df8d6c023fca3b6226d9be362b29 (diff) | |
download | freebsd-ports-gnome-334c3275c5379df5a2b25131b9f07a5164373fdb.tar.gz freebsd-ports-gnome-334c3275c5379df5a2b25131b9f07a5164373fdb.tar.zst freebsd-ports-gnome-334c3275c5379df5a2b25131b9f07a5164373fdb.zip |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
Diffstat (limited to 'math')
-rw-r--r-- | math/mtrxmath/Makefile | 3 | ||||
-rw-r--r-- | math/mtrxmath/files/patch-Makefile | 6 | ||||
-rw-r--r-- | math/mtrxmath/files/patch-mtrxmath.h | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/math/mtrxmath/Makefile b/math/mtrxmath/Makefile index eb24633df9a9..ece6df28db8b 100644 --- a/math/mtrxmath/Makefile +++ b/math/mtrxmath/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Small tool for matrix mathematics LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= README PLIST_FILES= bin/mtrxmath @@ -18,6 +19,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mtrxmath ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/math/mtrxmath/files/patch-Makefile b/math/mtrxmath/files/patch-Makefile index a28360d8b6e3..3d3040d69962 100644 --- a/math/mtrxmath/files/patch-Makefile +++ b/math/mtrxmath/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Apr 9 10:26:51 2001 -+++ Makefile Sun Mar 7 12:06:36 2004 +--- Makefile.orig 2001-04-09 01:26:51 UTC ++++ Makefile @@ -1,10 +1,9 @@ # Edited for Debian GNU/Linux DESTDIR= @@ -12,7 +12,7 @@ SRCS=add.c mtrxmath.c mult.c sub.c inverse.c -@@ -14,7 +13,7 @@ +@@ -14,7 +13,7 @@ EXE=mtrxmath all: ${EXE} ${EXE}: ${OBJS} diff --git a/math/mtrxmath/files/patch-mtrxmath.h b/math/mtrxmath/files/patch-mtrxmath.h index 60c4e31b8a56..b20533752ff5 100644 --- a/math/mtrxmath/files/patch-mtrxmath.h +++ b/math/mtrxmath/files/patch-mtrxmath.h @@ -1,5 +1,5 @@ ---- mtrxmath.h.orig Tue Jan 9 20:33:48 2001 -+++ mtrxmath.h Tue Jan 9 20:35:02 2001 +--- mtrxmath.h.orig 2001-09-19 15:31:44 UTC ++++ mtrxmath.h @@ -13,7 +13,6 @@ #include <stdio.h> #include <stdlib.h> |