From 0618c3599b36fb17cc215846b6ef4f7a5da60f69 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Oct 2009 22:41:46 +0000 Subject: Remove manual extract step, infrastructure is smart enough for it nowadays. --- textproc/xt/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'textproc') diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index bb9661a5c9c..afc0dc72155 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= XP-[0-9]*:../../textproc/xp -EXTRACT_ONLY= # empty USE_JAVA= run USE_TOOLS+= unzip pax NO_CONFIGURE= yes @@ -24,9 +23,6 @@ NO_BUILD= yes 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 -- cgit v1.2.3