pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p4-docs basename -> ${BASENAME}, from Soren Jaco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdf4a99e743a
branches:  trunk
changeset: 463658:fdf4a99e743a
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Nov 23 07:14:09 2003 +0000

description:
basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23539.

diffstat:

 devel/p4-docs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e7ec68717d20 -r fdf4a99e743a devel/p4-docs/Makefile
--- a/devel/p4-docs/Makefile    Sun Nov 23 07:12:01 2003 +0000
+++ b/devel/p4-docs/Makefile    Sun Nov 23 07:14:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 02:34:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2003/11/23 07:14:09 salo Exp $
 #
 
 DISTNAME=      p4-docs
@@ -31,7 +31,7 @@
 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`
+                       -d `${BASENAME} $${extract_file} _html.zip`
 
 DOCDIR=                share/doc/p4
 HTMLDIR=       share/doc/html/p4



Home | Main Index | Thread Index | Old Index