diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-20 23:54:24 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-20 23:54:24 +0800 |
commit | 4e171f7fa35eab81e6850496492f7311df2cdbb1 (patch) | |
tree | da27f862baf5f06059664f2046458735629452cd /Mk | |
parent | ddd6cec108252867b0ff11a6bc35187aafaeb589 (diff) | |
download | freebsd-ports-gnome-4e171f7fa35eab81e6850496492f7311df2cdbb1.tar.gz freebsd-ports-gnome-4e171f7fa35eab81e6850496492f7311df2cdbb1.tar.zst freebsd-ports-gnome-4e171f7fa35eab81e6850496492f7311df2cdbb1.zip |
Add support for the upcomming FC4 port (waiting for repocopy).
Submitted by: Boris Samorodov <bsam@ipt.ru>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.linux-rpm.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk index 08a8510fb963..1ac0164c54d6 100644 --- a/Mk/bsd.linux-rpm.mk +++ b/Mk/bsd.linux-rpm.mk @@ -1,7 +1,7 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.5 2006-05-16 18:19:35 netchild Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.6 2006-05-20 15:54:24 netchild Exp $ # # Variables: @@ -111,9 +111,11 @@ _LINUX_BASE_SUFFIX= 8 _LINUX_BASE_SUFFIX= debian . elif ${USE_LINUX} == "fc3" _LINUX_BASE_SUFFIX= fc3 +. elif ${USE_LINUX} == "fc4" +_LINUX_BASE_SUFFIX= fc4 . else # other linux_base ports do not provide a pkg-plist file -IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"8\", \"debian\" and \"fc3\" +IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"8\", \"debian\", \"fc3\" and \"fc4\" . endif PLIST?= ${WRKDIR}/.PLIST.linux-rpm |