diff options
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r-- | emulators/linux_base-8/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index f2f66fd78b1d..7e7af1670582 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -10,14 +10,11 @@ PORTNAME= linux_base-8 PORTVERSION= 8.0 PORTREVISION= 4 CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \ ${MASTER_SITE_REDHAT_LINUX:S/$/:new/} MASTER_SITE_SUBDIR= \ ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS \ updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/:new - DISTFILES= redhat-release-8.0-8.noarch.rpm \ glibc-common-2.3.2-4.80.8.${MACHINE_ARCH}.rpm:new \ glibc-2.3.2-4.80.8.${MACHINE_ARCH}.rpm:new \ @@ -52,10 +49,6 @@ DISTFILES= redhat-release-8.0-8.noarch.rpm \ freetype-2.1.2-7.${MACHINE_ARCH}.rpm \ zlib-1.1.4-8.8x.${MACHINE_ARCH}.rpm:new -PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} -PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} -PATCHFILES= ${UPDATES} - MAINTAINER= trevor@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (only for i386) |