summaryrefslogtreecommitdiff
path: root/devel/p4-docs
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-21 18:57:40 +0000
committerjlam <jlam>2006-01-21 18:57:40 +0000
commit755529d0330d8074377d66ced198b34d666d736f (patch)
tree505836e71024eea9e19676a0f20b017dda96b7a3 /devel/p4-docs
parentd59a062ede1c1a5df1f532d478468fc6f781056d (diff)
downloadpkgsrc-755529d0330d8074377d66ced198b34d666d736f.tar.gz
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
Diffstat (limited to 'devel/p4-docs')
-rw-r--r--devel/p4-docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p4-docs/Makefile b/devel/p4-docs/Makefile
index 916a4c23dd2..389d67679cb 100644
--- a/devel/p4-docs/Makefile
+++ b/devel/p4-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:06 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/21 18:57:40 jlam Exp $
#
DISTNAME= p4-docs
@@ -35,8 +35,8 @@ SITES_p4sag_html.zip= ${P4_DOCURL_PREFIX}/manuals/p4sag/
EXTRACT_ONLY= cmdref_html.zip p4ftp_html.zip
EXTRACT_ONLY+= p4guide_html.zip p4sag_html.zip
-EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -Laq $${extract_file} \
- -d `${BASENAME} $${extract_file} _html.zip`
+EXTRACT_OPTS+= -d `${BASENAME} ${DOWNLOADED_DISTFILE} _html.zip`
+EXTRACT_OPTS_ZIP= -Laq
DOCDIR= share/doc/p4
HTMLDIR= share/doc/html/p4