diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-08-09 06:27:14 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-08-09 06:27:14 +0000 |
commit | 33f1ee4e0b467484ad61d51c7389d72b68dd484f (patch) | |
tree | 5701a8a1f278aafd1c0b9abe0cab97e553e01f03 /editors/wordperfect | |
parent | d3338efdce4d73a33df7e534d421ab26d0d87115 (diff) |
Use empty MASTER_SITES= to indicate that there's nothing for the
distfile survey to check.
Notes
Notes:
svn path=/head/; revision=20624
Diffstat (limited to 'editors/wordperfect')
-rw-r--r-- | editors/wordperfect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile index 236f5d53b501..72d1e9d7ae4b 100644 --- a/editors/wordperfect/Makefile +++ b/editors/wordperfect/Makefile @@ -5,12 +5,12 @@ # msmith@freebsd.org # Relevant URLs: http://www.corel.com/ # -# $Id: Makefile,v 1.4 1999/02/03 11:11:42 asami Exp $ +# $Id: Makefile,v 1.5 1999/07/21 14:55:30 marcel Exp $ DISTNAME= GUILG00 PKGNAME= wordperfect-8.0 CATEGORIES= editors -MASTER_SITES= "Fetch must be performed manually" +MASTER_SITES= EXTRACT_SUFX= .GZ MAINTAINER= msmith@freebsd.org |