mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Inadvertently, I did not remove these lines when I got rid of the
use of the temporary file, and so "make do-extract" was broken. reported by: dougb
This commit is contained in:
parent
ba02ab1500
commit
b8b487e3b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61627
@ -26,10 +26,6 @@ do-extract:
|
||||
@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 \
|
||||
< ${WRKDIR}/sgifonts.cpio
|
||||
@${TAR} -C ${WRKDIR} -xf ${WRKDIR}/sgi-fonts.tar.gz
|
||||
|
||||
pre-install:
|
||||
|
Loading…
Reference in New Issue
Block a user