summaryrefslogtreecommitdiff
path: root/editors/sam
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 12:03:59 +0000
committerrodent <rodent>2013-04-06 12:03:59 +0000
commit8eb2502c9a553ae18fbb3a5baf23e55b7c0af068 (patch)
treefdf5e391615dfa6c5c279ed4fee6da83e024b48e /editors/sam
parent96622832a833da97d72eb0a1a75cfe17ddba2105 (diff)
downloadpkgsrc-8eb2502c9a553ae18fbb3a5baf23e55b7c0af068.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/Makefile4
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