diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-09-11 01:00:29 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-09-11 01:00:29 +0000 |
commit | e972b29b435e82c5c0a027ce8d889a1558a8370f (patch) | |
tree | abf3bdfdbdff9a0d0375ccb0e12b90e23f1127ec /games | |
parent | Note that you need /usr/lib/aout/c++rt0.o for package building. It's not (diff) |
Unbreak this port, thanks to suggestions made by
Eric Yang <robe@FreeBSD.csie.nctu.edu.tw>.
The original distsites seem to have gone away, and I cannot find any new ones.
(ftpsearch.lycos.com only lists FreeBSD mirrors -- and a whole bunch of them!
:-)) So I am setting up a distsite for this on my own box.
Notes
Notes:
svn path=/head/; revision=21647
Diffstat (limited to 'games')
-rw-r--r-- | games/uox3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/uox3/Makefile b/games/uox3/Makefile index 5398d5d457ff..96daf4a72291 100644 --- a/games/uox3/Makefile +++ b/games/uox3/Makefile @@ -9,17 +9,15 @@ DISTNAME= uox3v6902-linux PKGNAME= uox3-0.69.02 CATEGORIES= games -MASTER_SITES= ftp://provolone.dynip.com/pub/ \ - http://users.1st.net/magda/ +MASTER_SITES= ftp://ftp.Powered-By.AC/pub/uox3/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tqpsworld${EXTRACT_SUFX} MAINTAINER= dburr@FreeBSD.org -BROKEN= "Floating exception (core dumped)" - DIST_SUBDIR= uox3 USE_ZIP= YES NO_WRKSUBDIR= YES +PATCH_STRIP= -p1 USE_GMAKE= YES MAKEFILE= makefile |