diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-30 03:18:09 +0000 |
commit | bada70ab1f64ff55821d7048a617e91835b543d8 (patch) | |
tree | dbd6926a6ba8c7e5df5873ff3fe68f5f29a34b09 /games/xmine | |
parent | (1) Change logic for dependency: instead of defining "is_depended" (diff) |
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=6369
Diffstat (limited to 'games/xmine')
-rw-r--r-- | games/xmine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 289f9addc08f..4ca81fd7253c 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,13 +3,13 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.11 1996/11/18 13:59:23 asami Exp $ +# $Id: Makefile,v 1.12 1997/01/03 11:33:16 obrien Exp $ # DISTNAME= xmine-1.0.3-Xaw PKGNAME= xmine-1.0.3 CATEGORIES= games -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org |