summaryrefslogtreecommitdiff
path: root/x11-fonts/sgifonts
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-06-19 01:30:06 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-06-19 01:30:06 +0000
commit79986d8a8c32bff0e43182db3d08a74de6967af7 (patch)
tree82c2836cfe0742cc5106c7c6a3c0940203b63e72 /x11-fonts/sgifonts
parentPrefer the rpm2cpio from ports/archivers/rpm2cpio to the (conflicting) (diff)
Use a pipe instead of a temporary file.
Notes
Notes: svn path=/head/; revision=61539
Diffstat (limited to 'x11-fonts/sgifonts')
-rw-r--r--x11-fonts/sgifonts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile
index 1ebe8d6d2f3b..d7d7aab0fb42 100644
--- a/x11-fonts/sgifonts/Makefile
+++ b/x11-fonts/sgifonts/Makefile
@@ -23,8 +23,9 @@ WRKSRC= ${WRKDIR}/sgi-fonts
do-extract:
@${MKDIR} ${WRKDIR}
- @rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
- > ${WRKDIR}/sgifonts.cpio
+ @cd ${WRKDIR}; rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
+ | cpio --extract --no-preserve-owner \
+ --preserve-modification-time --unconditional --quiet
@cd ${WRKDIR}; \
cpio --extract --no-preserve-owner \
--preserve-modification-time --unconditional --quiet \