diff options
author | ume <ume@FreeBSD.org> | 2004-08-27 09:12:43 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-27 09:12:43 +0000 |
commit | f107ae14b6b52e629459ebcb908b8db2fe9baf05 (patch) | |
tree | fa41af785307e4b3d9f468ef4aeedce88f2c38aa /print | |
parent | 3e92ab15c1172562f8f8aaf5747a5ac4ab5030a1 (diff) | |
download | FreeBSD-ports-f107ae14b6b52e629459ebcb908b8db2fe9baf05.zip FreeBSD-ports-f107ae14b6b52e629459ebcb908b8db2fe9baf05.tar.gz |
bsdtar does uncompress automatically. but, gnutar doesn't.
Diffstat (limited to 'print')
-rw-r--r-- | print/pips800/Makefile.pips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 6636245..ba985ca 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -217,12 +217,12 @@ DOCS= COPYING COPYING.KOWA COPYING.KOWA.ja COPYING.LIB post-extract: .if ${PORTVERSION} == 2.1.2 || \ (${PORTVERSION} == 2.6.2 && ${DIST_TYPE} == lpr) - cd ${WRKSRC}/ekpnavi && ${TAR} xf ekpnavi-${EKPNAVI_VER}.tar.gz + cd ${WRKSRC}/ekpnavi && ${TAR} xzf ekpnavi-${EKPNAVI_VER}.tar.gz .endif .if ${PORTVERSION} == 2.1.2 || \ (${PORTVERSION} == 2.6.2 && ${DIST_TYPE} == lpr) || \ ${DIST_TYPE} == cups - cd ${WRKSRC}/ekpstm && ${TAR} xf ekpstm-${EKPSTM_VER}.tar.gz + cd ${WRKSRC}/ekpstm && ${TAR} xzf ekpstm-${EKPSTM_VER}.tar.gz .endif post-patch: |