diff options
author | 2004-10-15 14:17:16 +0000 | |
---|---|---|
committer | 2004-10-15 14:17:16 +0000 | |
commit | 2a79f0476ff69fb9201a325e52e495907464cfd4 (patch) | |
tree | db32e09a4377ecc6951e863e4a266ff80942a5de /profiles | |
parent | Stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-2a79f0476ff69fb9201a325e52e495907464cfd4.tar.gz gentoo-2-2a79f0476ff69fb9201a325e52e495907464cfd4.tar.bz2 gentoo-2-2a79f0476ff69fb9201a325e52e495907464cfd4.zip |
dont define PKGDIR in profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/uclibc/arm/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/ppc/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults index 477bf6cc6037..2dba2e1cde38 100644 --- a/profiles/uclibc/arm/make.defaults +++ b/profiles/uclibc/arm/make.defaults @@ -39,4 +39,3 @@ ACCEPT_KEYWORDS="arm" FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" -PKGDIR=${PORTDIR}/packages/${CHOST}/ diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index 12fe33b9a027..dc9b7daa2121 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -39,4 +39,3 @@ ACCEPT_KEYWORDS="mips" FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" -PKGDIR=${PORTDIR}/packages/${CHOST}/ diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults index bf99b91a8dbf..5768c7a74e92 100644 --- a/profiles/uclibc/ppc/make.defaults +++ b/profiles/uclibc/ppc/make.defaults @@ -39,4 +39,3 @@ ACCEPT_KEYWORDS="ppc" FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" -PKGDIR=${PORTDIR}/packages/${CHOST}/ diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults index 400d05433de5..aa72369085a7 100644 --- a/profiles/uclibc/x86/make.defaults +++ b/profiles/uclibc/x86/make.defaults @@ -39,4 +39,3 @@ ACCEPT_KEYWORDS="x86" FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig" #FEATURES="${FEATURES} userpriv usersandbox" -PKGDIR=${PORTDIR}/packages/${CHOST}/ |