diff options
Diffstat (limited to 'sysutils/nsysctl/Makefile')
-rw-r--r-- | sysutils/nsysctl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/nsysctl/Makefile b/sysutils/nsysctl/Makefile index 2f1dd1a8412c..e20ef2b5b1c9 100644 --- a/sysutils/nsysctl/Makefile +++ b/sysutils/nsysctl/Makefile @@ -1,6 +1,5 @@ PORTNAME= nsysctl -DISTVERSION= 2.1.2 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com @@ -13,12 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 USE_GITLAB= yes - GL_ACCOUNT= alfix -GL_TAGNAME= 5d92b5a19300c56a95db0012c659f64f36fb1bce -PLIST_FILES= share/man/man8/${PORTNAME}.8.gz \ - sbin/${PORTNAME} +PLIST_FILES= sbin/${PORTNAME} \ + share/man/man8/${PORTNAME}.8.gz PORTDOCS= CHANGELOG PORTEXAMPLES= file.conf |