diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-06 05:06:33 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-06 05:06:33 +0800 |
commit | 1c2535645e0bed61553e17752f972a34227451c4 (patch) | |
tree | 5cbb5121593ea851bf8f783908121b755165e6d6 | |
parent | 69a5606712081319d50cdc0651fd457f430b4211 (diff) | |
download | freebsd-ports-gnome-1c2535645e0bed61553e17752f972a34227451c4.tar.gz freebsd-ports-gnome-1c2535645e0bed61553e17752f972a34227451c4.tar.zst freebsd-ports-gnome-1c2535645e0bed61553e17752f972a34227451c4.zip |
- Add conflicts to upcoming stage2 and 3 of gentoo linux_base
- Remove a useless variable
PR: 97152
Submitted by: gabor (maintainer)
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile index 16cdc4075a71..2332c6c205c0 100644 --- a/emulators/linux_base-gentoo-stage1/Makefile +++ b/emulators/linux_base-gentoo-stage1/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 2006.0 PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_GENTOO} -EXTRACT_ONLY= MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Files from Gentoo distribution, for Linux compatibility @@ -18,7 +17,8 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility RESTRICTED= binaries licensed under GNU GPL without accompanying source CONFLICTS= linux_base-7* linux_base-8* linux_base-debian* \ - linux_base-rh* linux_base-suse* linux_base-fc* + linux_base-rh* linux_base-suse* linux_base-fc* \ + linux_base-gentoo-stage[23]-* DIST_SUBDIR= gentoo-linux NO_BUILD= YES diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile index 16cdc4075a71..2332c6c205c0 100644 --- a/emulators/linux_dist-gentoo-stage1/Makefile +++ b/emulators/linux_dist-gentoo-stage1/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 2006.0 PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_GENTOO} -EXTRACT_ONLY= MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Files from Gentoo distribution, for Linux compatibility @@ -18,7 +17,8 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility RESTRICTED= binaries licensed under GNU GPL without accompanying source CONFLICTS= linux_base-7* linux_base-8* linux_base-debian* \ - linux_base-rh* linux_base-suse* linux_base-fc* + linux_base-rh* linux_base-suse* linux_base-fc* \ + linux_base-gentoo-stage[23]-* DIST_SUBDIR= gentoo-linux NO_BUILD= YES |