diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-10-12 17:42:44 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-10-12 17:42:44 +0000 |
commit | 6f020f481a64cf105106aebe56afe504dba81dfd (patch) | |
tree | 33a2977a8f05c1a237289ebdea5da1a8ab8416ab /emulators/linux_base-f8/Makefile | |
parent | 69ed67684210d0771adcd69e4cd039e68a53f56b (diff) |
To couple with Linux Fedora 8 packages changes after intrusion
to Red Hat's servers:
. new DIST_SUBDIR is used;
. new distinfo.i386;
. bump PORTREVISION.
Pointed out by: pointyhat (erwin)
Notes
Notes:
svn path=/head/; revision=221509
Diffstat (limited to 'emulators/linux_base-f8/Makefile')
-rw-r--r-- | emulators/linux_base-f8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index 3a56d8f32dab..51946eba2009 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/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) |