diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /net/xarchie | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'net/xarchie')
-rw-r--r-- | net/xarchie/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 1cdbe6c..63fe99d 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -3,13 +3,13 @@ # Date created: 24 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.9 1995/11/27 04:05:52 asami Exp $ +# $Id: Makefile,v 1.10 1995/12/02 12:27:27 asami Exp $ # DISTNAME= xarchie-2.0.10 -CATEGORIES+= net -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ \ - ftp://ftp.funet.fi/pub/X11/contrib/applications/ +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications USE_IMAKE= yes |