diff options
author | skv <skv@FreeBSD.org> | 2008-08-30 17:12:39 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2008-08-30 17:12:39 +0800 |
commit | 704ee0691bd0bfdca4d9d72b8aed5bb0d365fe1e (patch) | |
tree | 7d51cf9ac5ddc97be337393c1c6eebfd7114a912 /russian | |
parent | e7073bf7751c5c076f7fb7360aa7959dd7a7b818 (diff) | |
download | freebsd-ports-gnome-704ee0691bd0bfdca4d9d72b8aed5bb0d365fe1e.tar.gz freebsd-ports-gnome-704ee0691bd0bfdca4d9d72b8aed5bb0d365fe1e.tar.zst freebsd-ports-gnome-704ee0691bd0bfdca4d9d72b8aed5bb0d365fe1e.zip |
* fix condition operation in RUN_DEPENDS from "=" to "=="
* set PORTSCOUT variable
Diffstat (limited to 'russian')
-rw-r--r-- | russian/bugzilla-ru/Makefile | 4 | ||||
-rw-r--r-- | russian/bugzilla3-ru/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/russian/bugzilla-ru/Makefile b/russian/bugzilla-ru/Makefile index 3c50ac7e4862..beaa395ca061 100644 --- a/russian/bugzilla-ru/Makefile +++ b/russian/bugzilla-ru/Makefile @@ -14,10 +14,12 @@ DISTNAME= bugzilla-${DISTVERSION} MAINTAINER= skv@FreeBSD.org COMMENT= Russian localization for Bugzilla -RUN_DEPENDS= bugzilla=3.0.4:${PORTSDIR}/devel/bugzilla +RUN_DEPENDS= bugzilla==3.0.4:${PORTSDIR}/devel/bugzilla CONFLICTS?= ja-bugzilla-2.* bugzilla-2.* +PORTSCOUT= limitw:1,even + .ifndef BUGZILLADIR .ifdef APACHE_DATADIR BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla diff --git a/russian/bugzilla3-ru/Makefile b/russian/bugzilla3-ru/Makefile index 3c50ac7e4862..beaa395ca061 100644 --- a/russian/bugzilla3-ru/Makefile +++ b/russian/bugzilla3-ru/Makefile @@ -14,10 +14,12 @@ DISTNAME= bugzilla-${DISTVERSION} MAINTAINER= skv@FreeBSD.org COMMENT= Russian localization for Bugzilla -RUN_DEPENDS= bugzilla=3.0.4:${PORTSDIR}/devel/bugzilla +RUN_DEPENDS= bugzilla==3.0.4:${PORTSDIR}/devel/bugzilla CONFLICTS?= ja-bugzilla-2.* bugzilla-2.* +PORTSCOUT= limitw:1,even + .ifndef BUGZILLADIR .ifdef APACHE_DATADIR BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla |