diff options
author | wiz <wiz> | 2009-10-08 22:41:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-10-08 22:41:46 +0000 |
commit | 0618c3599b36fb17cc215846b6ef4f7a5da60f69 (patch) | |
tree | 377daf97d58cf922446bef92b589ae33ab936c2a /textproc/xt/Makefile | |
parent | 4c2fa93214d5761b465c38a06c20ce7f0bba3f6b (diff) | |
download | pkgsrc-0618c3599b36fb17cc215846b6ef4f7a5da60f69.tar.gz |
Remove manual extract step, infrastructure is smart enough for it nowadays.
Diffstat (limited to 'textproc/xt/Makefile')
-rw-r--r-- | textproc/xt/Makefile | 6 |
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 |