diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-15 16:32:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-15 16:32:57 +0000 |
commit | 8aa08f2b0b09161bf03373e716d88a02a5126990 (patch) | |
tree | 49cfadf196650ce83142d814cc565a4fedfc524a /devel/hdf5 | |
parent | 06027718980c664cf163be3d841dedf363996051 (diff) | |
download | pkgsrc-8aa08f2b0b09161bf03373e716d88a02a5126990.tar.gz |
create both "netbsd" and "netbsdelf" config files -- the usage
in MACHINE_GNU_PLATFORM differs from port to port
Diffstat (limited to 'devel/hdf5')
-rw-r--r-- | devel/hdf5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile index f5fa5d4217b..23270a3be7b 100644 --- a/devel/hdf5/Makefile +++ b/devel/hdf5/Makefile @@ -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 @@ CHECK_WRKREF_SKIP= ${PREFIX}/lib/libhdf5.settings .include "options.mk" post-extract: + ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsd ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsdelf post-install: |