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/xboing/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/xboing/Makefile')
-rw-r--r-- | games/xboing/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 50482a2..0ec644b 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -3,12 +3,13 @@ # Date created: 31 January 1995 # Whom: janek # -# $Id$ +# $Id: Makefile,v 1.6 1995/04/08 05:06:13 asami Exp $ DISTNAME= xboing2.3 PKGNAME= xboing-2.3 -CATEGORIES+= games -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/games/ +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tar.gz LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |