summaryrefslogtreecommitdiff
path: root/math/randlib
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commit95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/randlib
parent4815b5463ae62763c7f76ef59cf137fd64490912 (diff)
downloadpkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math/randlib')
-rw-r--r--math/randlib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index f6a9bcab956..74744e356c3 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:56 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:44 jmmv Exp $
DISTNAME= randlib.c-1.3
PKGNAME= randlib-1.3
+WRKSRC= ${WRKDIR}/randlib.c/src
CATEGORIES= math
MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
@@ -9,8 +10,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html
COMMENT= Library of C Routines for Random Number Generation
-WRKSRC= ${WRKDIR}/randlib.c/src
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/randlib
${INSTALL_DATA} ${WRKSRC}/../README ${WRKSRC}/../doc/* \