diff options
author | Peter Hawkins <thepish@FreeBSD.org> | 1998-09-14 02:45:47 +0000 |
---|---|---|
committer | Peter Hawkins <thepish@FreeBSD.org> | 1998-09-14 02:45:47 +0000 |
commit | 5e085f4628ec22f8ac211f5157073f78910b11d2 (patch) | |
tree | 949b9dbbfbc4027319b197c319222aa3228d28dc /textproc/word2x/Makefile | |
parent | upgrade to 0.4 Alpha (diff) |
update to Version 0.002
Diffstat (limited to 'textproc/word2x/Makefile')
-rw-r--r-- | textproc/word2x/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index b49d9de3f577..810c45833329 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: word2x -# Version required: 0.001 +# Version required: 0.002 # Date created: 10 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/10 09:42:18 tg Exp $ DISTNAME= word2x -PKGNAME= word2x-0.001 +PKGNAME= word2x-0.002 CATEGORIES= textproc MASTER_SITES= ftp://word2x.astra.co.uk/pub/word2x/ +WRKSRC= ${WRKDIR}/word2x-0.002 MAINTAINER= ports@FreeBSD.ORG USE_GMAKE= yes |