diff options
author | mph <mph@FreeBSD.org> | 1998-04-28 11:30:19 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-28 11:30:19 +0800 |
commit | 6d0ae30fcfebdeb09d33bb897965f86becda4249 (patch) | |
tree | f301a9aa47e0fa8d0673d20a1cafb84b5324c335 /games/xcogitate | |
parent | 5e58ab0869c6f2130dec8e9fe2a4548f09bcc709 (diff) | |
download | freebsd-ports-gnome-6d0ae30fcfebdeb09d33bb897965f86becda4249.tar.gz freebsd-ports-gnome-6d0ae30fcfebdeb09d33bb897965f86becda4249.tar.zst freebsd-ports-gnome-6d0ae30fcfebdeb09d33bb897965f86becda4249.zip |
Set MASTER_SITE to my www space on www.freebsd.org.
That I could make good use of my web space pointed out by: asami
Diffstat (limited to 'games/xcogitate')
-rw-r--r-- | games/xcogitate/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/xcogitate/Makefile b/games/xcogitate/Makefile index 5a6e77df4a18..6f87906cd99a 100644 --- a/games/xcogitate/Makefile +++ b/games/xcogitate/Makefile @@ -3,22 +3,17 @@ # Date created: 15 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/27 14:34:05 mph Exp $ # -DISTNAME= xcogs -PKGNAME= xcogitate-1.02 +DISTNAME= xcogitate-1.02 CATEGORIES= games x11 -# Fetch truncates the file when retrieved from... -# MASTER_SITES= http://www.pff-software.demon.nl/archive/ -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -BROKEN= Waiting for distfile to be moved to MASTER_SITE_LOCAL - USE_X11= yes WRKSRC= ${WRKDIR}/XCOGITATE_SOURCE |