Date: Sun, 30 Jul 2023 15:19:30 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 99af3eef26c5 - main - misc/tzdiff: Fix style Message-ID: <202307301519.36UFJUkH040342@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=99af3eef26c5b97f692bc3c56a62509d65d92d38 commit 99af3eef26c5b97f692bc3c56a62509d65d92d38 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-07-30 15:12:25 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-07-30 15:12:29 +0000 misc/tzdiff: Fix style Fix some style issues PR: 272610 --- misc/tzdiff/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/tzdiff/Makefile b/misc/tzdiff/Makefile index f62771eb3c0e..154c94e25fb4 100644 --- a/misc/tzdiff/Makefile +++ b/misc/tzdiff/Makefile @@ -1,5 +1,5 @@ PORTNAME= tzdiff -PORTVERSION= 1.2 +DISTVERSION= 1.2 CATEGORIES= misc MAINTAINER= naito.yuichiro@gmail.com @@ -7,16 +7,17 @@ COMMENT= Showing time pairs between target timezone and localtime WWW= https://github.com/belgianbeer/tzdiff LICENSE= BSD2CLAUSE - -GH_ACCOUNT= belgianbeer +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes - -PLIST_FILES= bin/tzdiff man/man1/tzdiff.1.gz +GH_ACCOUNT= belgianbeer NO_ARCH= yes NO_BUILD= yes +PLIST_FILES= bin/tzdiff \ + man/man1/tzdiff.1.gz + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \ ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307301519.36UFJUkH040342>