diff options
author | erwin <erwin@FreeBSD.org> | 2006-10-07 03:28:10 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-10-07 03:28:10 +0800 |
commit | 0aa6fd1a49cb13678661b1bfc15039d3968e8c80 (patch) | |
tree | 88f8e29f5b3ad694ba5a602bc98be4f183bb08f5 /emulators | |
parent | 6357d3d09c03581beffe148a5b098be8b11badc7 (diff) | |
download | freebsd-ports-gnome-0aa6fd1a49cb13678661b1bfc15039d3968e8c80.tar.gz freebsd-ports-gnome-0aa6fd1a49cb13678661b1bfc15039d3968e8c80.tar.zst freebsd-ports-gnome-0aa6fd1a49cb13678661b1bfc15039d3968e8c80.zip |
- Exclude some remaining device nodes from the install
- Bump PORTREVISION
Spotted by: netchild
PR: 104050
Submitted by: gabor (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 5 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index 2222deee1126..d3bfb64a0ce9 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gentoo-stage1 PORTVERSION= 2006.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages @@ -75,7 +75,8 @@ pre-fetch: do-install: @${MKDIR} ${PREFIX}/${PREFIX_SUBDIR} @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - @${TAR} --exclude=./dev -xpy --exclude=./proc -C ${PREFIX}/${PREFIX_SUBDIR} \ + @${TAR} --exclude=./dev -xpy --exclude=./proc --exclude=./lib/udev-state \ + -C ${PREFIX}/${PREFIX_SUBDIR} \ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} @${CP} -p /etc/resolv.conf ${PREFIX}/${PREFIX_SUBDIR}/etc/ @${FIND} ${PREFIX}/${PREFIX_SUBDIR}bin ${PREFIX}/${PREFIX_SUBDIR}sbin/ \ diff --git a/emulators/linux_dist-gentoo-stage1/pkg-plist b/emulators/linux_dist-gentoo-stage1/pkg-plist index ca9f68ecbb4f..0917c309994b 100644 --- a/emulators/linux_dist-gentoo-stage1/pkg-plist +++ b/emulators/linux_dist-gentoo-stage1/pkg-plist @@ -262,8 +262,6 @@ %%PREFIX_SUBDIR%%lib/libnss_nis-2.3.5.so %%PREFIX_SUBDIR%%lib/libcidn.so.1 %%PREFIX_SUBDIR%%lib/librt.so.1 -%%PREFIX_SUBDIR%%lib/udev-state/.keep -%%PREFIX_SUBDIR%%lib/udev-state/devices.tar.bz2 %%PREFIX_SUBDIR%%lib/libnss_hesiod.so.2 %%PREFIX_SUBDIR%%lib/libutil-2.3.5.so %%PREFIX_SUBDIR%%lib/libnsl.so.1 @@ -5639,7 +5637,6 @@ @dirrm %%PREFIX_SUBDIR%%mnt/floppy @dirrm %%PREFIX_SUBDIR%%mnt/cdrom @dirrm %%PREFIX_SUBDIR%%mnt -@dirrm %%PREFIX_SUBDIR%%lib/udev-state @dirrm %%PREFIX_SUBDIR%%lib/rcscripts/sh @dirrm %%PREFIX_SUBDIR%%lib/rcscripts/net.modules.d/helpers.d @dirrm %%PREFIX_SUBDIR%%lib/rcscripts/net.modules.d |