diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-19 01:30:06 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-06-19 01:30:06 +0000 |
commit | 79986d8a8c32bff0e43182db3d08a74de6967af7 (patch) | |
tree | 82c2836cfe0742cc5106c7c6a3c0940203b63e72 /x11-fonts | |
parent | 6ec9093274b6d46e43fe220a7b476d9e3b2fd032 (diff) | |
download | ports-79986d8a8c32bff0e43182db3d08a74de6967af7.tar.gz ports-79986d8a8c32bff0e43182db3d08a74de6967af7.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 5 |
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 \ |