diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /net/xarchie | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Notes
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 1cdbe6c58a76..63fe99d9baab 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 |