git: a1967046c872 - main - net/rdist7: Add PKGNAMESUFFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 03:24:10 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1967046c872e3d506ab5e69ac103c0cf47ae136 commit a1967046c872e3d506ab5e69ac103c0cf47ae136 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-03-20 03:23:22 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-03-20 03:23:22 +0000 net/rdist7: Add PKGNAMESUFFIX Avoid a PKGNAME collistion with rdist6; add PKGNAMESUFFIX of 7. --- net/rdist7/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/rdist7/Makefile b/net/rdist7/Makefile index f2b7655e0d4d..aaa37ec7713c 100644 --- a/net/rdist7/Makefile +++ b/net/rdist7/Makefile @@ -2,6 +2,7 @@ PORTNAME= rdist PORTVERSION= 7.0.0.a10 CATEGORIES= net MASTER_SITES= http://www.magnicomp.com/download/rdist/ +PKGNAMESUFFIX= 7 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/} MAINTAINER= cy@FreeBSD.org