diff options
Diffstat (limited to 'emulators/linux_base-c6/Makefile')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 3a56d8f32dab..51946eba2009 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -7,14 +7,14 @@ PORTNAME= f8 PORTVERSION= 8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Packages \ ../updates/${PORTVERSION}/${LINUX_RPM_ARCH}.newkey PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} -DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION}.newkey EXTRACT_ONLY= ${BIN_DISTFILES} MAINTAINER= bsam@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (for i386/amd64) |