mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
21 lines
507 B
Makefile
21 lines
507 B
Makefile
# Created by: Devin Teske <dteske@vicor.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tzdialog
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://druidbsd.sourceforge.net/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Set the local timezone using dialog(1) or Xdialog(1)
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/tzdialog man/man8/tzdialog.8.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|