diff options
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index e84ddce8b14..a278f5bf0b4 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/06/26 21:23:43 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/06/28 13:58:25 minskim Exp $ # -DISTNAME= mathomatic-11.2c +DISTNAME= mathomatic-11.2d CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -26,5 +26,8 @@ INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/am ${PREFIX}/bin/am_mathomatic ${INSTALL_MAN} ${WRKSRC}/am.1 ${PREFIX}/man/man1/am_mathomatic.1 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/readme.txt \ + ${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" |