ports/misc/tzdiff/Makefile
Yuichiro NAITO 849abbb282 misc/tzdiff: remove bogus LICENSE_FILE
The license is present in the repo but not in the tagged release.

PR:		272928
Fixes:		99af3eef26
2023-08-06 14:42:47 +02:00

26 lines
519 B
Makefile

PORTNAME= tzdiff
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
USE_GITHUB= yes
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
${INSTALL_MAN} ${WRKSRC}/tzdiff.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>