Index: head/math/mtrxmath/Makefile =================================================================== --- head/math/mtrxmath/Makefile (revision 432099) +++ head/math/mtrxmath/Makefile (revision 432100) @@ -1,24 +1,27 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= mtrxmath PORTVERSION= 1.0.2 CATEGORIES= math MASTER_SITES= http://www.angelfire.com/linux/linuxjeff/mtrxmath/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Small tool for matrix mathematics LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= README PLIST_FILES= bin/mtrxmath 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} .include Index: head/math/mtrxmath/files/patch-Makefile =================================================================== --- head/math/mtrxmath/files/patch-Makefile (revision 432099) +++ head/math/mtrxmath/files/patch-Makefile (revision 432100) @@ -1,23 +1,23 @@ ---- 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= -CFLAGS=-Wall +CFLAGS+=-Wall ${CPPFLAGS} IFLAGS=--owner=root --group=root BASEPATH=${DESTDIR}/usr BINPATH=${BASEPATH}/bin -MANPATH=${BASEPATH}/share/man/man1 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} - ${CC} -o $@ ${OBJS} + ${CC} -o $@ ${OBJS} ${LDFLAGS} clean: rm -f ${OBJS} ${EXE} *.orig Index: head/math/mtrxmath/files/patch-mtrxmath.h =================================================================== --- head/math/mtrxmath/files/patch-mtrxmath.h (revision 432099) +++ head/math/mtrxmath/files/patch-mtrxmath.h (revision 432100) @@ -1,10 +1,10 @@ ---- 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 #include #include -#include #include #include