diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /games/xboard | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 7c2649c34610..9a8151929e7e 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -3,17 +3,17 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.5 1996/03/30 17:05:46 markm Exp $ +# $Id: Makefile,v 1.6 1996/07/12 11:07:20 asami Exp $ # DISTNAME= xboard-3.4.pl1 PKGNAME= xboard-3.4.1 -CATEGORIES+= games -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= markm@FreeBSD.ORG -BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |