diff options
author | drochner <drochner> | 2006-02-15 16:32:57 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-02-15 16:32:57 +0000 |
commit | 2f9e9c337f3749a7e0b41e497f03fe93d5e0fb9b (patch) | |
tree | 49cfadf196650ce83142d814cc565a4fedfc524a /devel/hdf5 | |
parent | 40309d32023be9fc2609dfaac8adae2bb3bb5eda (diff) | |
download | pkgsrc-2f9e9c337f3749a7e0b41e497f03fe93d5e0fb9b.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: |