summaryrefslogtreecommitdiff
path: root/sysutils/rdate/Makefile
blob: 7ab142b8fba7b3c367eddd71c4df0978431a8d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: cracauer@cons.org "Martin Cracauer"
# $FreeBSD$

PORTNAME=	rdate
PORTVERSION=	1.3
CATEGORIES=	sysutils
MASTER_SITES=	http://www.cons.org/freebsd-distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Sets the clock of the local host to the time of another host

MAN8=		rdate.8
PLIST_FILES=	sbin/rdate

NO_STAGE=	yes
post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/rdate ${PREFIX}/sbin/.
	${INSTALL_MAN} ${WRKSRC}/rdate.8 ${PREFIX}/man/man8/.

.include <bsd.port.mk>