diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-10-07 23:11:46 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-10-07 23:11:46 +0000 |
commit | 4586eaa3cbd21ae86dbf506d3af4e123640707d5 (patch) | |
tree | 7bc1c8a988625bf12bd6a30cf9d35b8c80468ef8 /emulators/linux_base-c6 | |
parent | 29b41023b614e37c18a3d72718ec5760bb9ad7ee (diff) |
Notes
Diffstat (limited to 'emulators/linux_base-c6')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 078a911f539c..9766a34b6fb8 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -1,13 +1,12 @@ -# New ports collection makefile for: linux_base-fc7 +# New ports collection makefile for: linux_base-f7 # Date created: 16 Sep 2007 # Whom: Boris Samorodov <bsam@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= fc7 +PORTNAME= f7 PORTVERSION= 7 -PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora |