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 /games/xtic/Makefile | |
parent | uncomment DEPENDS line (diff) |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4570
Diffstat (limited to 'games/xtic/Makefile')
-rw-r--r-- | games/xtic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile index 0118ef62cfcc..8fb221042482 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -3,14 +3,14 @@ # Date created: 22 June 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1995/04/11 00:20:39 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/06/23 04:35:56 asami Exp $ # DISTNAME= xtic1.12 PKGNAME= xtic-1.12 -CATEGORIES+= games -MASTER_SITES= ftp://ftp.x.org/contrib/games/ \ - ftp://crl.dec.com/pub/X11/contrib/games/ +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games MAINTAINER= asami@FreeBSD.ORG |