sysutils/tlsdate: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-04-18 12:58:09 +08:00
parent 08b9e09562
commit b5bc4ba4a2
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,6 +1,6 @@
PORTNAME= tlsdate
PORTVERSION= 0.0.13
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSIONPREFIX= tlsdate-
PORTREVISION= 5
CATEGORIES= sysutils
@ -11,8 +11,6 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent.so:devel/libevent
OPTIONS_DEFINE= DOCS
USES= autoreconf libtool pkgconfig ssl
CFLAGS+= -I${OPENSSLINC}
@ -25,4 +23,6 @@ PORTDOCS= *
USE_GITHUB= yes
GH_ACCOUNT= ioerror
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>