freebsd-ports/sysutils/rdate/Makefile
Baptiste Daroussin fc918e32c1 Remove dead master_sites
Feature safe:	yes
2012-10-26 09:45:16 +00:00

21 lines
462 B
Makefile

# 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
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/rdate ${PREFIX}/sbin/.
${INSTALL_MAN} ${WRKSRC}/rdate.8 ${PREFIX}/man/man8/.
.include <bsd.port.mk>