1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/timediff/Makefile
Carlos J. Puga Medina aa41190513 - Cosmetic fix
Reported by:	mat
2016-09-01 14:50:26 +00:00

32 lines
574 B
Makefile

# Created by: Naito Yuichiro <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= timediff
PORTVERSION= 0.1
PORTREVISION= 2
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= timediff
PLIST_FILES= sbin/timediff
NO_ARCH= yes
NO_BUILD= yes
do-patch:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/timediff
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/timediff \
${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>