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 | bfd2ed214b1e2d1fefbd5dc810fc2f52c2fd9c03 (patch) | |
tree | fdf5e391615dfa6c5c279ed4fee6da83e024b48e /editors/sam | |
parent | 4080e6188d781b89a22c509fe0c14f16e841ff86 (diff) | |
download | pkgsrc-bfd2ed214b1e2d1fefbd5dc810fc2f52c2fd9c03.tar.gz |
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 91fe64e8d43..ee3e2eee4f7 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2012/10/03 11:43:42 asau Exp $ +# $NetBSD: Makefile,v 1.40 2013/04/06 12:04:00 rodent Exp $ DISTNAME= sam PKGNAME= sam-4.3 @@ -15,7 +15,7 @@ DEPENDS+= libXgFonts>=1.0nb1:../../fonts/Xg MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} +EXTRACT_CMD= ${GZCAT} $$extract_file | ${SH} MANCOMPRESSED= yes USE_X11BASE= yes |