diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-01 06:26:05 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-01 06:26:05 +0800 |
commit | b4036f2e26431403448827a29bbd8e984fb66418 (patch) | |
tree | d21bc2b9b0ced287de3c59279894c3b8ab0e655e /emulators/linux_base-fc6 | |
parent | 6846b0af95455b9964274342f134af9b0da3cec5 (diff) | |
download | freebsd-ports-graphics-b4036f2e26431403448827a29bbd8e984fb66418.tar.gz freebsd-ports-graphics-b4036f2e26431403448827a29bbd8e984fb66418.tar.zst freebsd-ports-graphics-b4036f2e26431403448827a29bbd8e984fb66418.zip |
Use the same DIST_SUBDIR like the bsd.linux-rpm.mk does.
People which already tested this port should do a
cd /usr/ports/distfiles/rpm/i386
mv Fedora/3/* fedora/3/
rm -rf Fedora
before upgrading the port (which isn't necessary).
Noticed by: Boris Samorodov <bsam@ipt.ru>
Diffstat (limited to 'emulators/linux_base-fc6')
-rw-r--r-- | emulators/linux_base-fc6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-fc6/Makefile b/emulators/linux_base-fc6/Makefile index 42c49f0b055..cea25ce698b 100644 --- a/emulators/linux_base-fc6/Makefile +++ b/emulators/linux_base-fc6/Makefile @@ -8,14 +8,14 @@ PORTNAME= fc PORTVERSION= 3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ ${PORTVERSION}/SRPMS PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} -DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/Fedora/${PORTVERSION} +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} MAINTAINER= freebsd-emulation@FreeBSD.org |