diff options
author | johans <johans@FreeBSD.org> | 2012-02-15 21:47:30 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-02-15 21:47:30 +0800 |
commit | 223ae5ea000a594665fd22ee6ec822c45241ebdd (patch) | |
tree | d600f42cfa3604991625c895d621d3089dc9178f | |
parent | 4be844726d620796172a8d67efe203a6c4978eed (diff) | |
download | freebsd-ports-gnome-223ae5ea000a594665fd22ee6ec822c45241ebdd.tar.gz freebsd-ports-gnome-223ae5ea000a594665fd22ee6ec822c45241ebdd.tar.zst freebsd-ports-gnome-223ae5ea000a594665fd22ee6ec822c45241ebdd.zip |
Use PORTREVISION?= instead of = to avoid overriding revision of chinese/tin
Reported by: erwin
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 1c3f2991cf3a..5f6b91a10c93 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -7,7 +7,7 @@ PORTNAME= tin PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES+= news ipv6 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \ |