diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 642e5987324e604d3b5cd0aa6f649eca92e5d13a (patch) | |
tree | e0c2df877acdbfe32ecf7d82a41ee25033ec4532 /comms | |
parent | Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. (diff) |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4572
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index d24eb5e88629..72381e67df05 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -3,13 +3,13 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.4 1996/11/13 12:40:52 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/17 03:01:06 obrien Exp $ # DISTNAME= minicom-1.75 CATEGORIES= comms -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/comm/ \ - ftp://ftp.yggdrasil.com/mirrors/sunsite/apps/comm/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/comm MAINTAINER= obrien@cs.ucdavis.edu |