diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 10:56:08 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 10:56:08 +0000 |
commit | 172d4916381b54044e50668bb37699f8d0b80231 (patch) | |
tree | 7431168ea21e7f4e4ac8fc4ffea33e8d94e50175 /fonts | |
parent | 75030b2f3f5cd60cceaaf343c5882c184e543d34 (diff) | |
download | pkgsrc-172d4916381b54044e50668bb37699f8d0b80231.tar.gz |
Use -d rather than non-portable --make-directories cpio argument.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ko-mizi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ko-mizi/Makefile b/fonts/ko-mizi/Makefile index ae04c2820e2..89286676752 100644 --- a/fonts/ko-mizi/Makefile +++ b/fonts/ko-mizi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/06/01 16:35:35 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/09/25 10:56:08 jperkin Exp $ # DISTNAME= xfntmizi-1.1-2.noarch @@ -32,7 +32,7 @@ do-extract: ${MKDIR} ${WRKSRC} ${CP} ${.CURDIR}/../../fonts/ko-x11fonts/files/Makefile ${WRKSRC} (cd ${WRKSRC}; rpm2cpio ${_DISTDIR}/${DISTFILES} | \ - cpio -i --make-directories *.pcf.Z) + cpio -id *.pcf.Z) (cd ${WRKSRC}; for i in ${MIZI_PCF}; do \ ${GUNZIP_CMD} -c usr/lib/X11/fonts/misc/$$i.Z > $$i; \ done) |