summaryrefslogtreecommitdiff
path: root/x11/xview-clients
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-01 14:07:52 +0000
committeragc <agc@pkgsrc.org>1999-04-01 14:07:52 +0000
commit171e025b4a914da362b163a5c1b35de5704d732e (patch)
tree912abdad11a5164aee0a40a8b94b48bf6cea9e79 /x11/xview-clients
parentcedce5937a71dab5e09821f072c8b4714d70b6d2 (diff)
downloadpkgsrc-171e025b4a914da362b163a5c1b35de5704d732e.tar.gz
Rewrite the extraction commands to be more intuitive.
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
Diffstat (limited to 'x11/xview-clients')
-rw-r--r--x11/xview-clients/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile
index b34745c670a..dfefcd1397e 100644
--- a/x11/xview-clients/Makefile
+++ b/x11/xview-clients/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/07/06 22:19:58 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/04/01 14:07:56 agc Exp $
# $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp
#
@@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org
DEPENDS= xview-lib-3.2.1:../../x11/xview-lib
MIRROR_DISTFILE= no
-EXTRACT_AFTER_ARGS= xview3.2p1-X11R6/clients xview3.2p1-X11R6/images
+EXTRACT_ELEMENTS= xview3.2p1-X11R6/clients xview3.2p1-X11R6/images
WRKSRC= ${WRKDIR}/xview3.2p1-X11R6/clients
USE_IMAKE= yes