pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/randlib Home page moved.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51c9b28ab8bd
branches:  trunk
changeset: 568413:51c9b28ab8bd
user:      asau <asau%pkgsrc.org@localhost>
date:      Sat Dec 12 20:56:54 2009 +0000

description:
Home page moved.
Support staged installation.

diffstat:

 math/randlib/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 604e18e2dded -r 51c9b28ab8bd math/randlib/Makefile
--- a/math/randlib/Makefile     Sat Dec 12 20:39:56 2009 +0000
+++ b/math/randlib/Makefile     Sat Dec 12 20:56:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:28 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/12/12 20:56:54 asau Exp $
 
 DISTNAME=      randlib.c-1.3
 PKGNAME=       randlib-1.3
@@ -6,7 +6,7 @@
 MASTER_SITES=  ftp://odin.mdacc.tmc.edu/pub/source/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://odin.mdacc.tmc.edu/anonftp/
+HOMEPAGE=      http://biostatistics.mdanderson.org/SoftwareDownload/SingleSoftware.aspx?Software_Id=27
 COMMENT=       Library of C Routines for Random Number Generation
 
 DIST_SUBDIR=   ${PKGNAME_NOREV}
@@ -14,12 +14,13 @@
 
 MAKE_ENV+=     LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q}
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 INSTALLATION_DIRS=     include lib share/doc/randlib share/examples/randlib
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/../README ${WRKSRC}/../doc/* \
-       ${PREFIX}/share/doc/randlib
-       ${INSTALL_DATA} ${WRKSRC}/../test/* ${PREFIX}/share/examples/randlib
-       ${INSTALL_DATA} ${WRKSRC}/randlib.h ${PREFIX}/include
+               ${DESTDIR}${PREFIX}/share/doc/randlib
+       ${INSTALL_DATA} ${WRKSRC}/../test/* ${DESTDIR}${PREFIX}/share/examples/randlib
+       ${INSTALL_DATA} ${WRKSRC}/randlib.h ${DESTDIR}${PREFIX}/include
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index