diff options
author | wiz <wiz> | 2009-09-29 16:58:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-29 16:58:49 +0000 |
commit | dfeef45897e3681e48e188667923328f8f774f13 (patch) | |
tree | 15216621a9e9e78a02341724dabdc524dcb91962 /textproc/xp | |
parent | 2733b5e5eaea343e6eb3416f1956013b72d23c92 (diff) | |
download | pkgsrc-dfeef45897e3681e48e188667923328f8f774f13.tar.gz |
Remove unnecessary -x flag from unzip that's not supported by
NetBSD's unzip.
Diffstat (limited to 'textproc/xp')
-rw-r--r-- | textproc/xp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index 2b23279ff40..aee65dba9ac 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/08/20 15:25:00 jwise Exp $ +# $NetBSD: Makefile,v 1.24 2009/09/29 16:58:49 wiz Exp $ # DISTNAME= xp @@ -23,7 +23,7 @@ NO_BUILD= yes INSTALLATION_DIRS= lib/java share/doc/java/xp post-extract: - cd ${WRKDIR} && unzip -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} + cd ${WRKDIR} && unzip ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${RM} -r ${WRKDIR}/docs/api/CVS ${WRKDIR}/docs/api/images/CVS do-install: |