diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-08 22:41:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-08 22:41:46 +0000 |
commit | 9100b4475a19e3ad3bc2f61a9b304d74bd635a3e (patch) | |
tree | 377daf97d58cf922446bef92b589ae33ab936c2a /textproc | |
parent | 45318169f421e911fbf97ea35c34d0fd9672eeaf (diff) | |
download | pkgsrc-9100b4475a19e3ad3bc2f61a9b304d74bd635a3e.tar.gz |
Remove manual extract step, infrastructure is smart enough for it nowadays.
Diffstat (limited to 'textproc')
-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 |