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 /games/xtic/Makefile | |
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 '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 0118ef6..8fb2210 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 |