summaryrefslogtreecommitdiff
path: root/math/dcdflib.c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/dcdflib.c/Makefile')
-rw-r--r--math/dcdflib.c/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/math/dcdflib.c/Makefile b/math/dcdflib.c/Makefile
index 7f52c2af890..cd43207ddef 100644
--- a/math/dcdflib.c/Makefile
+++ b/math/dcdflib.c/Makefile
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/12 23:59:32 jtb Exp $
-DISTNAME= dcdflib.c-1.1
-CATEGORIES= math
-MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
+DISTNAME= dcdflib.c-1.1
+PKGNAME= dcdflib.c-1.1nb1
+CATEGORIES= math
+MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
-MAINTAINER= jtb@netbsd.org
-HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html
-COMMENT= Library of C Routines for Cumulative Distribution Functions
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html
+COMMENT= Library of C Routines for Cumulative Distribution Functions
-WRKSRC= ${WRKDIR}/dcdflib.c/src
+WRKSRC= ${WRKDIR}/dcdflib.c/src
post-install:
${INSTALL_DATA} ${WRKSRC}/../doc/dcdflib.h ${PREFIX}/include
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.c
- @for f in README doc/dcdflib.chs doc/dcdflib.fdoc; do \
- i="${INSTALL_DATA} ${WRKDIR}/dcdflib.c/$$f ${PREFIX}/share/doc/dcdflib.c/"; \
- ${ECHO} $$i; $$i; \
- done
+ cd ${WRKDIR}/dcdflib.c/ && ${INSTALL_DATA} README \
+ doc/dcdflib.chs doc/dcdflib.fdoc ${PREFIX}/share/doc/dcdflib.c/
.include "../../mk/bsd.pkg.mk"