diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 12:03:59 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 12:03:59 +0000 |
commit | 509f50ade4590d31deee487276447395033eb026 (patch) | |
tree | fdf5e391615dfa6c5c279ed4fee6da83e024b48e /benchmarks/postmark | |
parent | bec88f4d4d549f012c9bfbaec3352c4dd7677f48 (diff) | |
download | pkgsrc-509f50ade4590d31deee487276447395033eb026.tar.gz |
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'benchmarks/postmark')
-rw-r--r-- | benchmarks/postmark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 2feb6e399bb..e52877e22f6 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/09/11 22:37:14 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 12:03:59 rodent Exp $ DISTNAME= postmark-1_5.c PKGNAME= postmark-1.5 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.netapp.com/tech_library/3022.html COMMENT= NetApps file system benchmark -EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} postmark.c +EXTRACT_CMD= ${CP} $$extract_file postmark.c PKG_INSTALLATION_TYPES= overwrite pkgviews |