Skip to content

Commit

Permalink
misc/tzdiff: Fix style
Browse files Browse the repository at this point in the history
Fix some style issues

PR:		272610
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jul 30, 2023
1 parent e63ad89 commit 99af3ee
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions misc/tzdiff/Makefile
@@ -1,22 +1,23 @@
PORTNAME= tzdiff
PORTVERSION= 1.2
DISTVERSION= 1.2
CATEGORIES= misc

MAINTAINER= naito.yuichiro@gmail.com
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
Expand Down

0 comments on commit 99af3ee

Please sign in to comment.