diff options
author | maho <maho@FreeBSD.org> | 2002-11-23 23:22:58 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2002-11-23 23:22:58 +0000 |
commit | 87ee69825ac76490317d628a77cc56200c8024ce (patch) | |
tree | cc46576c8f7636c80efdc4693d384a5438eb8d59 /x11-toolkits/linux-f8-gtk | |
parent | ceae2fc8badf12ba44bfd1f7b7e8d136e7825c38 (diff) | |
download | FreeBSD-ports-87ee69825ac76490317d628a77cc56200c8024ce.zip FreeBSD-ports-87ee69825ac76490317d628a77cc56200c8024ce.tar.gz |
PORTREVISION should be PORTREVISION?=2, otherwise
PORTREVISION of satellite ports cannot be set.
Advised and approved by: knu (mentor)
Diffstat (limited to 'x11-toolkits/linux-f8-gtk')
-rw-r--r-- | x11-toolkits/linux-f8-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile index c09e6e4..9578bc7 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- |