1
0
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:
Trevor Johnson 2002-06-20 09:49:41 +00:00
parent ba02ab1500
commit b8b487e3b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61627

View File

@ -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: