diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-14 15:44:11 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-05-14 15:44:11 +0000 |
commit | a3aadc8699adc333545df91d25debc8a7e1f8581 (patch) | |
tree | d41018720f704ca9a163c50ef56e025b5eaf0125 /emulators/linux_base-c6/Makefile | |
parent | 412e0c42691fa87b631ad8f81e44856830df2894 (diff) | |
download | ports-a3aadc8699adc333545df91d25debc8a7e1f8581.tar.gz ports-a3aadc8699adc333545df91d25debc8a7e1f8581.zip |
Notes
Diffstat (limited to 'emulators/linux_base-c6/Makefile')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 965525c8abab..4bc5dad66da3 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/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 |