1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/sysutils/rdate/Makefile
Martin Cracauer 0eff7e395a Update to version 1.2, with inet6 support contributed by Peter J. Philipp.
Update distsite.

Myself, I tested with inet4 only but Peter's tested inet6 diff applied
with no mucking, so I feel it's safe enough.
2009-05-26 19:44:38 +00:00

26 lines
602 B
Makefile

# New ports collection makefile for: rdate
# Date created: 19980128
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#
PORTNAME= rdate
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://www.cons.org/freebsd-distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cracauer
MAINTAINER= cracauer@cons.org
COMMENT= Sets the clock of the local host to the time of another host
MAN8= rdate.8
PLIST_FILES= sbin/rdate
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/rdate ${PREFIX}/sbin/.
${INSTALL_MAN} ${WRKSRC}/rdate.8 ${PREFIX}/man/man8/.
.include <bsd.port.mk>