diff options
author | maho <maho@FreeBSD.org> | 2002-11-24 07:22:58 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2002-11-24 07:22:58 +0800 |
commit | 87ee69825ac76490317d628a77cc56200c8024ce (patch) | |
tree | cc46576c8f7636c80efdc4693d384a5438eb8d59 | |
parent | ceae2fc8badf12ba44bfd1f7b7e8d136e7825c38 (diff) | |
download | freebsd-ports-gnome-87ee69825ac76490317d628a77cc56200c8024ce.tar.gz freebsd-ports-gnome-87ee69825ac76490317d628a77cc56200c8024ce.tar.zst freebsd-ports-gnome-87ee69825ac76490317d628a77cc56200c8024ce.zip |
PORTREVISION should be PORTREVISION?=2, otherwise
PORTREVISION of satellite ports cannot be set.
Advised and approved by: knu (mentor)
-rw-r--r-- | x11-toolkits/linux-f10-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index c09e6e4692d5..9578bc7c15c5 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -9,7 +9,7 @@ PORTNAME?= gtk PORTVERSION?= 1.2 -PORTREVISION= 2 +PORTREVISION?= 2 CATEGORIES?= x11-toolkits linux MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PKGNAMEPREFIX= linux- diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile index c09e6e4692d5..9578bc7c15c5 100644 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ b/x11-toolkits/linux-f8-gtk/Makefile @@ -9,7 +9,7 @@ PORTNAME?= gtk PORTVERSION?= 1.2 -PORTREVISION= 2 +PORTREVISION?= 2 CATEGORIES?= x11-toolkits linux MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PKGNAMEPREFIX= linux- diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index c09e6e4692d5..9578bc7c15c5 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -9,7 +9,7 @@ PORTNAME?= gtk PORTVERSION?= 1.2 -PORTREVISION= 2 +PORTREVISION?= 2 CATEGORIES?= x11-toolkits linux MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PKGNAMEPREFIX= linux- |