freebsd-ports/sysutils/rdate/Makefile
Martin Cracauer 1b90765d95 Fix bug ports/143051. rdate didn't work on AMD64.
Update to upstream update (which is NetBSD).

PR:		ports/143051
Approved by:	Pav Lucistnik <pav@FreeBSD.org>
Feature safe: yes
2010-02-17 21:43:08 +00:00

25 lines
602 B
Makefile

# New ports collection makefile for: rdate
# Date created: 19980128
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#
PORTNAME= rdate
PORTVERSION= 1.3
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>