mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
92576deed3
project renamed from timediff to tzdiff, so update port accordingly. While here, update to 0.9. PR: 231141 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
31 lines
546 B
Makefile
31 lines
546 B
Makefile
# Created by: Naito Yuichiro <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tzdiff
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= naito.yuichiro@gmail.com
|
|
COMMENT= Showing time pairs between target timezone and localtime
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= belgianbeer
|
|
GH_PROJECT= tzdiff
|
|
|
|
PLIST_FILES= bin/tzdiff
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-patch:
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
${WRKSRC}/tzdiff
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|