diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
commit | bada70ab1f64ff55821d7048a617e91835b543d8 (patch) | |
tree | dbd6926a6ba8c7e5df5873ff3fe68f5f29a34b09 /misc | |
parent | a3bcf12a1024b2027f2e83f7e698b5b6a8453aa2 (diff) | |
download | ports-bada70ab1f64ff55821d7048a617e91835b543d8.tar.gz ports-bada70ab1f64ff55821d7048a617e91835b543d8.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chord/Makefile | 4 | ||||
-rw-r--r-- | misc/colorls/Makefile | 4 | ||||
-rw-r--r-- | misc/team/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile index d6cebdb6dda9..94da62ce0012 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -3,13 +3,13 @@ # Date created: 24 April 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.2 1995/11/26 10:47:29 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:49:18 obrien Exp $ # DISTNAME= chord PKGNAME= chord-3.6 CATEGORIES= misc -MASTER_SITES= ftp://freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= asami@FreeBSD.ORG diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 83290fe43e80..f0f61402fe6e 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -3,13 +3,13 @@ # Date created: 8 March 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.11 1996/12/17 12:33:29 asami Exp $ +# $Id: Makefile,v 1.12 1997/01/02 06:29:44 asami Exp $ # DISTNAME= colorls PKGNAME= colorls-2.2 CATEGORIES= misc -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= ls.tar.gz MAINTAINER= asami@FreeBSD.ORG diff --git a/misc/team/Makefile b/misc/team/Makefile index d7c33335b4bf..72e43cadd78a 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -3,12 +3,12 @@ # Date created: 1 July 1995 # Whom: joerg # -# $Id: Makefile,v 1.4 1996/06/03 02:17:28 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:50:13 obrien Exp $ # DISTNAME= team-3.1 CATEGORIES= misc -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org |