aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-19 18:30:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-19 18:30:19 +0000
commit92e2eb052dd540214af8c6c1e2ec391ae0603536 (patch)
tree8e5e5e07eb64140c2eca48dcf81e07c68000a0ad
parent5d8c7870e192c0ca21e055f636eeccbbf500fba4 (diff)
downloadports-92e2eb052dd540214af8c6c1e2ec391ae0603536.tar.gz
ports-92e2eb052dd540214af8c6c1e2ec391ae0603536.zip
security/pssh: Fix portlint warnings
-rw-r--r--security/pssh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile
index c51dba620422..4100b0269c09 100644
--- a/security/pssh/Makefile
+++ b/security/pssh/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pssh
-PORTVERSION= 2.3.5
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+DISTVERSION= 2.3.5
+PORTREVISION= 1
CATEGORIES= security net sysutils
MAINTAINER= timp87@gmail.com
@@ -21,4 +21,5 @@ USE_GITHUB= yes
GH_ACCOUNT= lilydjwg
NO_ARCH= yes
+
.include <bsd.port.mk>