diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:25:56 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:25:56 +0000 |
| commit | f3c7bea4cf2c80c612d72844d963775b75121165 (patch) | |
| tree | 2ebd47a0bcd6944ba959b4ecbc3bbfdbce026110 | |
| parent | c409b4977a45792b7b86ade834648794533b4ab0 (diff) | |
Use ${MASTER_SITE_XCONTRIB}. The old one didn't work anyway (missing "/").
| -rw-r--r-- | games/xmris/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index c9a89ef97d1d..9846e34146c8 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -3,12 +3,13 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1996/11/18 11:26:15 asami Exp $ +# $Id: Makefile,v 1.12 1996/12/06 00:48:16 swallace Exp $ DISTNAME= xmris.4.04 PKGNAME= xmris-4.04 CATEGORIES= games -MASTER_SITES= ftp://ftp.x.org/contrib/games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tgz MAINTAINER= jmz@FreeBSD.org |
