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 /x11/xsnow | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.zst freebsd-ports-graphics-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'x11/xsnow')
-rw-r--r-- | x11/xsnow/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 7f73133f569..4e04c6c990c 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -3,12 +3,13 @@ # Date created: 12 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/12 15:22:40 asami Exp $ +# $Id: Makefile,v 1.6 1995/11/26 09:51:30 asami Exp $ # DISTNAME= xsnow-1.40 -CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/games/ +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org |