diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-16 22:47:15 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-16 22:47:15 +0000 |
commit | db27e65e0c619d30bbd79bbc527a79e18a95647e (patch) | |
tree | 9b4630e3b78bbcb6f4b973cd54ba1ed5b300c559 /textproc/word2x/Makefile | |
parent | Update to v1.14d. (diff) |
Update a stale MASTER_SITES, found several mirrors with the distribution,
though they had a different checksum.
patch-ac is obsolete, which seems to be the only difference between the
old tarball and the new one.
Added myself as the MAINTAINER, as I use this program at work.
Diffstat (limited to 'textproc/word2x/Makefile')
-rw-r--r-- | textproc/word2x/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index edef199c3700..592525d17cd0 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -3,16 +3,17 @@ # Date created: 10 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/09/15 07:25:47 asami Exp $ +# $Id: Makefile,v 1.4 1998/10/20 02:00:22 steve Exp $ DISTNAME= word2x PKGNAME= word2x-0.003 CATEGORIES= textproc -MASTER_SITES= ftp://word2x.astra.co.uk/pub/word2x/ +MASTER_SITES= ftp://ftp.gu.net/pub/unix/viewers/ \ + ftp://ftp.afti.nsu.ru/pub/source/utils/word2x/ \ + http://www.FreeBSD.ORG/~billf/ -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= billf@FreeBSD.ORG -WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" |