diff options
author | obrien <obrien@FreeBSD.org> | 2005-01-16 11:35:49 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-01-16 11:35:49 +0800 |
commit | 768ca91311153dc77a88bbe4250d4ae5d984bcfd (patch) | |
tree | 24f26a988d396ea8e4a658bdb7cfdea842958cd8 | |
parent | c6d9293a3229ee3b5a17f44418ae0b16ee9372ea (diff) | |
download | freebsd-ports-gnome-768ca91311153dc77a88bbe4250d4ae5d984bcfd.tar.gz freebsd-ports-gnome-768ca91311153dc77a88bbe4250d4ae5d984bcfd.tar.zst freebsd-ports-gnome-768ca91311153dc77a88bbe4250d4ae5d984bcfd.zip |
Fix build on RELENG_4 which uses GNU tar.
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile index 01f74dc36c80..62167b5da1e7 100644 --- a/emulators/linux_base-gentoo-stage1/Makefile +++ b/emulators/linux_base-gentoo-stage1/Makefile @@ -45,7 +45,7 @@ DISTNAME= stage1-x86-2004.3 do-extract: @${MKDIR} ${WRKSRC} - @${TAR} --exclude=./dev -xp -C ${WRKSRC} \ + @${TAR} --exclude=./dev -xpy -C ${WRKSRC} \ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} @${ECHO_CMD} etc/resolv.conf > ${PLIST} @cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \ diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index 01f74dc36c80..62167b5da1e7 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -45,7 +45,7 @@ DISTNAME= stage1-x86-2004.3 do-extract: @${MKDIR} ${WRKSRC} - @${TAR} --exclude=./dev -xp -C ${WRKSRC} \ + @${TAR} --exclude=./dev -xpy -C ${WRKSRC} \ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} @${ECHO_CMD} etc/resolv.conf > ${PLIST} @cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \ |