diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-06-09 20:23:35 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-06-09 20:23:35 +0000 |
commit | c25e682e5fb71f1537298b0970722cb445356cab (patch) | |
tree | 0ebe1951c3f2de28d297422f40b6bc213461f2e4 | |
parent | 5258ee6734f9b9dae929d97b6c476f128078f83c (diff) |
security/opendoas: remove unnecessary DISTNAME
PR: 279598
Fixes: 2820df617d13 (new port: portable version of OpenBSD's doas)
-rw-r--r-- | security/opendoas/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/opendoas/Makefile b/security/opendoas/Makefile index 50b3c489b64f..6e30ec1a2734 100644 --- a/security/opendoas/Makefile +++ b/security/opendoas/Makefile @@ -2,7 +2,6 @@ PORTNAME= opendoas DISTVERSIONPREFIX= v DISTVERSION= 6.8.2 CATEGORIES= security -DISTNAME= opendoas PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ # pam: always print pam_conv messages to stderr: |