diff options
author | johans <johans@FreeBSD.org> | 2013-10-06 23:22:10 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-10-06 23:22:10 +0800 |
commit | 9fa498d7c878d6d33d51bed834909f0f13ab067e (patch) | |
tree | d67084aa7887aea80d60022dcef5ca918adefe67 /news | |
parent | ff81096fbeaf432dd550df4d1f750a18933dc2fc (diff) | |
download | freebsd-ports-gnome-9fa498d7c878d6d33d51bed834909f0f13ab067e.tar.gz freebsd-ports-gnome-9fa498d7c878d6d33d51bed834909f0f13ab067e.tar.zst freebsd-ports-gnome-9fa498d7c878d6d33d51bed834909f0f13ab067e.zip |
Use PKGNAMESUFFIX and remove NO_LATEST_LINK
Suggested by: bapt
Diffstat (limited to 'news')
-rw-r--r-- | news/trn4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 84fe9a0d1fe9..a6e3f847b5fb 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -3,6 +3,7 @@ PORTNAME= trn PORTVERSION= 4.0.b77 +PKGNAMESUFFIX= 4 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}4 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-test/} @@ -12,7 +13,6 @@ COMMENT= Version 4.0 of the threaded readnews newsreader CONFLICTS_INSTALL=trn-3.[0-9]* cnews-* s-news-[0-9]* -NO_LATEST_LINK= yes MAN1= trn.1 Pnews.1 Rnmail.1 NO_STAGE= yes |