diff options
author | rodent <rodent> | 2013-04-06 12:03:59 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 12:03:59 +0000 |
commit | 87e15c4ba65404ee3072b840c6644314d52e2a23 (patch) | |
tree | fdf5e391615dfa6c5c279ed4fee6da83e024b48e /devel | |
parent | dff2a57571680ccb04b9afa609f08e70f310f6ca (diff) | |
download | pkgsrc-87e15c4ba65404ee3072b840c6644314d52e2a23.tar.gz |
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
Diffstat (limited to 'devel')
-rw-r--r-- | devel/as31/Makefile | 4 | ||||
-rw-r--r-- | devel/unidiff/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/as31/Makefile b/devel/as31/Makefile index 23c7f8927c7..b11674f9bdb 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/31 11:16:38 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 12:03:59 rodent Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= 8031/8051 assembler WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | \ +EXTRACT_CMD= ${GZCAT} $$extract_file | \ ${SED} '1,/^.! \/bin\/sh/d' | ${SH} USE_TOOLS+= yacc MAKE_FILE= makefile diff --git a/devel/unidiff/Makefile b/devel/unidiff/Makefile index d3949f07cd0..d45451c443c 100644 --- a/devel/unidiff/Makefile +++ b/devel/unidiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/31 11:19:52 asau Exp $ +# $NetBSD: Makefile,v 1.18 2013/04/06 12:04:00 rodent Exp $ # DISTNAME= part01 @@ -15,7 +15,7 @@ COMMENT= Converts between uni-diffs and context diffs BUILD_DEPENDS+= gsharutils>=4.2.1:../../archivers/gsharutils WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${PREFIX}/bin/gunshar +EXTRACT_CMD= ${GZCAT} $$extract_file | ${PREFIX}/bin/gunshar INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |