pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/ko-mizi Use -d rather than non-portable --make-d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f7bb27bc273
branches: trunk
changeset: 639773:8f7bb27bc273
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Sep 25 10:56:08 2014 +0000
description:
Use -d rather than non-portable --make-directories cpio argument.
diffstat:
fonts/ko-mizi/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 131c335929d2 -r 8f7bb27bc273 fonts/ko-mizi/Makefile
--- a/fonts/ko-mizi/Makefile Thu Sep 25 10:51:31 2014 +0000
+++ b/fonts/ko-mizi/Makefile Thu Sep 25 10:56:08 2014 +0000
@@ -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 @@
${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)
Home |
Main Index |
Thread Index |
Old Index