pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xp Remove unnecessary -x flag from unzip that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02cf3a242464
branches:  trunk
changeset: 399752:02cf3a242464
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 29 16:58:49 2009 +0000

description:
Remove unnecessary -x flag from unzip that's not supported by
NetBSD's unzip.

diffstat:

 textproc/xp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ecd2df43f9f -r 02cf3a242464 textproc/xp/Makefile
--- a/textproc/xp/Makefile      Tue Sep 29 16:56:56 2009 +0000
+++ b/textproc/xp/Makefile      Tue Sep 29 16:58:49 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/08/20 15:25:00 jwise Exp $
+# $NetBSD: Makefile,v 1.24 2009/09/29 16:58:49 wiz Exp $
 #
 
 DISTNAME=      xp
@@ -23,7 +23,7 @@
 INSTALLATION_DIRS=     lib/java share/doc/java/xp
 
 post-extract:
-       cd ${WRKDIR} && unzip -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+       cd ${WRKDIR} && unzip ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
        ${RM} -r ${WRKDIR}/docs/api/CVS ${WRKDIR}/docs/api/images/CVS
 
 do-install:



Home | Main Index | Thread Index | Old Index