diff options
author | trevor <trevor@FreeBSD.org> | 2002-06-20 17:49:41 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-06-20 17:49:41 +0800 |
commit | 79e8d907f31bd30fa222299a73870798f6eb2b0c (patch) | |
tree | e6f46be8ea15ed0cda2c0d282a8ec8f6aa49a3fe /x11-fonts | |
parent | 99b20df589d01844918991b01b74d87caa635989 (diff) | |
download | freebsd-ports-gnome-79e8d907f31bd30fa222299a73870798f6eb2b0c.tar.gz freebsd-ports-gnome-79e8d907f31bd30fa222299a73870798f6eb2b0c.tar.zst freebsd-ports-gnome-79e8d907f31bd30fa222299a73870798f6eb2b0c.zip |
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
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sgifonts/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index d7d7aab0fb42..e1ef338be2d2 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -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: |