mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
misc/tzdiff: Fix style
Fix some style issues PR: 272610
This commit is contained in:
parent
e63ad897be
commit
99af3eef26
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue