Thu Mar 17 21:01:33 2011 UTC ()
service suspended. fetch from backup.


(zafer)
diff -r1.14 -r1.15 pkgsrc/math/randlib/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/math/randlib/Makefile (expand / switch to unified diff)

--- pkgsrc/math/randlib/Makefile 2009/12/12 20:56:54 1.14
+++ pkgsrc/math/randlib/Makefile 2011/03/17 21:01:33 1.15
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.14 2009/12/12 20:56:54 asau Exp $ 1# $NetBSD: Makefile,v 1.15 2011/03/17 21:01:33 zafer Exp $
2 2
3DISTNAME= randlib.c-1.3 3DISTNAME= randlib.c-1.3
4PKGNAME= randlib-1.3 4PKGNAME= randlib-1.3
5CATEGORIES= math 5CATEGORIES= math
6MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/ 6MASTER_SITES= # ftp://odin.mdacc.tmc.edu/pub/source/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://biostatistics.mdanderson.org/SoftwareDownload/SingleSoftware.aspx?Software_Id=27 9HOMEPAGE= http://biostatistics.mdanderson.org/SoftwareDownload/SingleSoftware.aspx?Software_Id=27
10COMMENT= Library of C Routines for Random Number Generation 10COMMENT= Library of C Routines for Random Number Generation
11 11
12DIST_SUBDIR= ${PKGNAME_NOREV} 12DIST_SUBDIR= ${PKGNAME_NOREV}
13WRKSRC= ${WRKDIR}/randlib.c/src 13WRKSRC= ${WRKDIR}/randlib.c/src
14 14
15MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q} 15MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q}
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18INSTALLATION_DIRS= include lib share/doc/randlib share/examples/randlib 18INSTALLATION_DIRS= include lib share/doc/randlib share/examples/randlib
19 19