diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-14 23:44:11 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-14 23:44:11 +0800 |
commit | 55d21238e17afd541173a5686158aff3b1a3c345 (patch) | |
tree | 2574b048cc0626b96466f94978b5e866efb2a418 /emulators/linux_base-f8 | |
parent | 26a82f66e038a444a17be297b4d149a0e7e9e677 (diff) | |
download | freebsd-ports-gnome-55d21238e17afd541173a5686158aff3b1a3c345.tar.gz freebsd-ports-gnome-55d21238e17afd541173a5686158aff3b1a3c345.tar.zst freebsd-ports-gnome-55d21238e17afd541173a5686158aff3b1a3c345.zip |
Only extract the binary RPM's, not the source ones.
Submitted by: Boris Samorodov <bsam@ipt.ru>
Diffstat (limited to 'emulators/linux_base-f8')
-rw-r--r-- | emulators/linux_base-f8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index 965525c8abab..4bc5dad66da3 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/Makefile @@ -105,7 +105,8 @@ RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm -EXTRACT_CMD?= ${RPM2CPIO} +EXTRACT_ONLY= ${BIN_DISTFILES} +EXTRACT_CMD?= ${RPM2CPIO} EXTRACT_BEFORE_ARGS?= EXTRACT_AFTER_ARGS?= | ${CPIO} -id --quiet |