2347276b9f
Update port to use it. I also fixed the distfiles place. (the server, not the ports pointer). PR: ports/74785
25 lines
603 B
Makefile
25 lines
603 B
Makefile
# New ports collection makefile for: rdate
|
|
# Date created: 19980128
|
|
# Whom: cracauer@cons.org "Martin Cracauer"
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rdate
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www3.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>
|