diff options
author | wiz <wiz> | 2001-03-23 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-23 13:36:17 +0000 |
commit | bc82c246375b07b19938987f4cd945566a895ac6 (patch) | |
tree | 4ab87d8d7be58a174945d02f3c80c9d63bffb580 /cross/bfd-crunchide/Makefile | |
parent | 4318637da01935028bd0867d131d9dec037060d1 (diff) | |
download | pkgsrc-bc82c246375b07b19938987f4cd945566a895ac6.tar.gz |
Use mktemp instead of tempnam to create the temporary file; addresses
pkg/10191 by Richard Earnshaw.
Patch provided by Dieter Baron.
Bump version to 1.1.
Diffstat (limited to 'cross/bfd-crunchide/Makefile')
-rw-r--r-- | cross/bfd-crunchide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile index 11533da179c..3b6fe3a5706 100644 --- a/cross/bfd-crunchide/Makefile +++ b/cross/bfd-crunchide/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/23 13:36:17 wiz Exp $ -DISTNAME= bfd-crunchide-1.0 +DISTNAME= bfd-crunchide-1.1 CATEGORIES= cross MASTER_SITES= # empty DISTFILES= # empty |