diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 17:56:45 +0800 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /games/xtic | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.zst freebsd-ports-gnome-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'games/xtic')
-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 |