summaryrefslogtreecommitdiff
path: root/textproc/xt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-10-08 22:41:46 +0000
committerwiz <wiz@pkgsrc.org>2009-10-08 22:41:46 +0000
commit9100b4475a19e3ad3bc2f61a9b304d74bd635a3e (patch)
tree377daf97d58cf922446bef92b589ae33ab936c2a /textproc/xt
parent45318169f421e911fbf97ea35c34d0fd9672eeaf (diff)
downloadpkgsrc-9100b4475a19e3ad3bc2f61a9b304d74bd635a3e.tar.gz
Remove manual extract step, infrastructure is smart enough for it nowadays.
Diffstat (limited to 'textproc/xt')
-rw-r--r--textproc/xt/Makefile6
1 files changed, 1 insertions, 5 deletions
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