diff options
author | dburr <dburr@FreeBSD.org> | 1999-09-11 09:00:29 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1999-09-11 09:00:29 +0800 |
commit | 0fde4078e291bc2d379493b4ff30a0d9560ad9b8 (patch) | |
tree | 4035dc4bc5e44c6fb93f1395ba8bd2c5978d4d8d /games/uox3 | |
parent | 37a397961678037d7c20845f48b3d5341ded3ce7 (diff) | |
download | freebsd-ports-gnome-0fde4078e291bc2d379493b4ff30a0d9560ad9b8.tar.gz freebsd-ports-gnome-0fde4078e291bc2d379493b4ff30a0d9560ad9b8.tar.zst freebsd-ports-gnome-0fde4078e291bc2d379493b4ff30a0d9560ad9b8.zip |
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.
Diffstat (limited to 'games/uox3')
-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 |