diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 778ce9e56ab4b61dc0bafdde7d952e53fe582001 (patch) | |
tree | e35ca6695df4391a1afd1107cea5dc7bd0a47b48 /comms/minicom/Makefile | |
parent | f061af8080abfb59038d436c3e16778abbf8a5a5 (diff) | |
download | FreeBSD-ports-778ce9e56ab4b61dc0bafdde7d952e53fe582001.zip FreeBSD-ports-778ce9e56ab4b61dc0bafdde7d952e53fe582001.tar.gz |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'comms/minicom/Makefile')
-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 d24eb5e..72381e6 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 |