diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-12-02 23:42:14 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-12-02 23:42:14 +0000 |
commit | 066d2e3865c4092eb1b8b4fce5f35515ffe6877a (patch) | |
tree | 3778cd769a8b064bf11f14f989cab0ab67d42c88 | |
parent | More MASTER_SITES (diff) |
More MASTER_SITES
Make portlint happy
Notes
Notes:
svn path=/head/; revision=15077
-rw-r--r-- | lang/cmucl/Makefile | 5 | ||||
-rw-r--r-- | sysutils/rdate/Makefile | 5 | ||||
-rw-r--r-- | sysutils/rdate/pkg-descr | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index a7a010f567a5..233e913822aa 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.6 1998/06/27 05:19:06 asami Exp $ +# $Id: Makefile,v 1.7 1998/11/02 11:10:10 cracauer Exp $ # # @@ -12,7 +12,8 @@ PKGNAME= cmucl-18b CATEGORIES= lang MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \ ftp://ftp2.cons.org/pub/languages/lisp/cmucl/release/ \ - http://www2.cons.org:8000/ftp-area/cmucl/release/ + http://www2.cons.org:8000/ftp-area/cmucl/release/ \ + http://www.freebsd.org/~cracauer/freebsd-distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= cracauer@cons.org diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile index 1a3f372ddd98..2e399233e5ef 100644 --- a/sysutils/rdate/Makefile +++ b/sysutils/rdate/Makefile @@ -3,12 +3,13 @@ # Date created: 19980128 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.7 1997/10/01 06:50:02 cracauer Exp $ +# $Id: Makefile,v 1.1.1.1 1998/01/28 11:33:17 cracauer Exp $ # DISTNAME= rdate-1.0 CATEGORIES= sysutils -MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ +MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \ + http://www.freebsd.org/~cracauer/freebsd-distfiles/ MAINTAINER= cracauer@cons.org diff --git a/sysutils/rdate/pkg-descr b/sysutils/rdate/pkg-descr index e72b79323ee3..a5fa8b5b906a 100644 --- a/sysutils/rdate/pkg-descr +++ b/sysutils/rdate/pkg-descr @@ -1,4 +1,3 @@ -rdate sets the clock of the local host to the time another host. +rdate(8) sets the clock of the local host to the time of another host. It is simpler than xntp and friends. - |