pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xt Remove manual extract step, infrastructure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfd35261ab7a
branches:  trunk
changeset: 399915:bfd35261ab7a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 08 22:41:46 2009 +0000

description:
Remove manual extract step, infrastructure is smart enough for it nowadays.

diffstat:

 textproc/xt/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r ab9eff599ccb -r bfd35261ab7a textproc/xt/Makefile
--- a/textproc/xt/Makefile      Thu Oct 08 17:27:58 2009 +0000
+++ b/textproc/xt/Makefile      Thu Oct 08 22:41:46 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/08/20 15:25:00 jwise Exp $
+# $NetBSD: Makefile,v 1.22 2009/10/08 22:41:46 wiz Exp $
 #
 
 DISTNAME=      xt
@@ -16,7 +16,6 @@
 
 DEPENDS+=      XP-[0-9]*:../../textproc/xp
 
-EXTRACT_ONLY=  # empty
 USE_JAVA=      run
 USE_TOOLS+=    unzip pax
 NO_CONFIGURE=  yes
@@ -24,9 +23,6 @@
 
 INSTALLATION_DIRS=     lib/java share/doc/java/xt share/examples/java/xt
 
-post-extract:
-       cd ${WRKDIR} && unzip -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
-
 do-install:
        ${INSTALL_DATA} ${WRKDIR}/xt.jar ${DESTDIR}${PREFIX}/lib/java
        ${INSTALL_DATA} -c ${WRKDIR}/sax.jar ${DESTDIR}${PREFIX}/lib/java



Home | Main Index | Thread Index | Old Index