05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
18 lines
489 B
Makefile
18 lines
489 B
Makefile
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)
|
|
WWW= https://druidbsd.sourceforge.net/
|
|
|
|
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>
|