diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 09:45:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 09:45:16 +0000 |
commit | fc918e32c18958949f66245663b13d5bb8012af8 (patch) | |
tree | c9f8a52e517a65e3e22ee36260f3e12cd0d8a16c /sysutils | |
parent | 54a3a5b82835e3ddb1e256ccd3ee97fcd5cc1373 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rdate/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile index e1d97fb16bbd..33f5f3197b6d 100644 --- a/sysutils/rdate/Makefile +++ b/sysutils/rdate/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: rdate -# Date created: 19980128 -# Whom: cracauer@cons.org "Martin Cracauer" +# Created by: cracauer@cons.org "Martin Cracauer" # # $FreeBSD$ # @@ -8,9 +6,7 @@ PORTNAME= rdate PORTVERSION= 1.3 CATEGORIES= sysutils -MASTER_SITES= http://www.cons.org/freebsd-distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cracauer +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 |