pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hdf5 create both "netbsd" and "netbsdelf" config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/795e4306561c
branches:  trunk
changeset: 508130:795e4306561c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 15 16:32:57 2006 +0000

description:
create both "netbsd" and "netbsdelf" config files -- the usage
in MACHINE_GNU_PLATFORM differs from port to port

diffstat:

 devel/hdf5/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b32f04d6e934 -r 795e4306561c devel/hdf5/Makefile
--- a/devel/hdf5/Makefile       Wed Feb 15 16:10:49 2006 +0000
+++ b/devel/hdf5/Makefile       Wed Feb 15 16:32:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2006/02/10 19:56:13 drochner Exp $
+# $NetBSD: Makefile,v 1.34 2006/02/15 16:32:57 drochner Exp $
 
 DISTNAME=      hdf5-1.6.5
 PKGREVISION=   1
@@ -22,6 +22,7 @@
 .include "options.mk"
 
 post-extract:
+       ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsd
        ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsdelf
 
 post-install:



Home | Main Index | Thread Index | Old Index