diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-19 02:13:56 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-19 02:13:56 +0000 |
commit | 9a2f7c7de632b49ffd935c0af370f902280e280d (patch) | |
tree | dc7ede5f25791877c656d31a6b21da584d365295 /emulators/linux_base-suse-9.2 | |
parent | e98931922593a73c9441fa26d99dd1f107b2f7f6 (diff) | |
download | FreeBSD-ports-9a2f7c7de632b49ffd935c0af370f902280e280d.zip FreeBSD-ports-9a2f7c7de632b49ffd935c0af370f902280e280d.tar.gz |
Remove some lines that are no longer needed.
Diffstat (limited to 'emulators/linux_base-suse-9.2')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index f2f66fd..7e7af16 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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) |