diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
commit | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (patch) | |
tree | 3a9d17e5f9310ab69df14407f1fa479d6a68eac0 /net | |
parent | Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. (diff) |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4571
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-finger/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gnu-finger/Makefile b/net/gnu-finger/Makefile index 6a1a85945b8a..d767fc1f9e38 100644 --- a/net/gnu-finger/Makefile +++ b/net/gnu-finger/Makefile @@ -3,14 +3,13 @@ # Date created: 20 June 1996 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id: Makefile,v 1.2 1996/07/11 17:51:35 andreas Exp $ +# $Id: Makefile,v 1.3 1996/07/12 11:01:27 asami Exp $ # DISTNAME= finger-1.37 PKGNAME= gnu-finger-1.37 CATEGORIES= net -MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \ - ftp://ftp.cc.keio.ac.jp/pub/mirror/GNU/ +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= sanpei@yy.cs.keio.ac.jp |