aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-07 07:25:56 +0800
committerasami <asami@FreeBSD.org>1996-12-07 07:25:56 +0800
commit7ae75895a7e6f6e331e4e59bbbbbaafc31de3a49 (patch)
treea519017023a08db1b277f8048807d3417e6ebbc8 /games
parentdc9be0197536a8755bdc2a4649a97ba1723679a4 (diff)
downloadfreebsd-ports-graphics-7ae75895a7e6f6e331e4e59bbbbbaafc31de3a49.tar.gz
freebsd-ports-graphics-7ae75895a7e6f6e331e4e59bbbbbaafc31de3a49.tar.zst
freebsd-ports-graphics-7ae75895a7e6f6e331e4e59bbbbbaafc31de3a49.zip
Use ${MASTER_SITE_XCONTRIB}. The old one didn't work anyway (missing "/").
Diffstat (limited to 'games')
-rw-r--r--games/xmris/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile
index c9a89ef97d1..9846e34146c 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
etions'>-12/+0 * Make the xft-config script use -lXft2, not the old -lXft. This willgreen2003-01-252-0/+12 * Update to 2.1. According to the release notes, more symbols have beenmarcus2003-01-202-4/+3 * Make Xft conditional on having XFree86 4.x installed. Also add a notemarcus2003-01-071-1/+9 * Install the headers in the ${X11BASE}/include/X11/Xft directory formarcus2002-10-084-15/+35 * Add a lib number to the fontconfig dependency.marcus2002-10-071-1/+1 * Add Xft 2.0, a client-sided font rendering engine for X applications.marcus2002-10-07