diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-10-11 18:50:03 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-10-11 18:50:31 +0000 |
| commit | 67ff3bf25e905f3edb5c68405b4dad5f4ad48339 (patch) | |
| tree | 9e26eb839222d434f4c676349717f3ae9c2e3200 | |
| parent | f964e1aa1406f1e3be0db3029b9be15b393bcef2 (diff) | |
dns/cascade: Fix pkgbase collision
Reported by: antoine
| -rw-r--r-- | dns/cascade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/cascade/Makefile b/dns/cascade/Makefile index 24084eeaf43c..1e28c2d9295d 100644 --- a/dns/cascade/Makefile +++ b/dns/cascade/Makefile @@ -1,11 +1,12 @@ PORTNAME= cascade DISTVERSION= 0.1.0-RC1 CATEGORIES= dns net +PKGNAMESUFFIX= -dns MAINTAINER= bofh@FreeBSD.org COMMENT= Friendly DNSSEC signing solution WWW= https://github.com/NLnetLabs/cascade -# + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE |
