diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-07 06:01:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-07 06:01:01 +0800 |
commit | 47251d8efed10c6e26d4644a2acc680617c74c54 (patch) | |
tree | 0e49b23ac5c89d12d6000b5808da8e44b87e1871 /x11-themes | |
parent | 36dda2c3f83f6c40dd7799b79d6d1b75c6a40156 (diff) | |
download | freebsd-ports-graphics-47251d8efed10c6e26d4644a2acc680617c74c54.tar.gz freebsd-ports-graphics-47251d8efed10c6e26d4644a2acc680617c74c54.tar.zst freebsd-ports-graphics-47251d8efed10c6e26d4644a2acc680617c74c54.zip |
Fix PORTREVISION on ports which have PORTVERSION?= set.
Noticed by Max Brazhnikov <makc@issp.ac.ru>
Part of the great devel/gettext portrevision bump.
Approved by: portmgr (pav)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile index b99893a5228..23e63dc76d1 100644 --- a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= aluminumalloy PORTVERSION?= 2004.01.04 -PORTREVISION?= 1 +PORTREVISION?= 4 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX?= ${TYPE}- |