diff options
author | fenner <fenner@FreeBSD.org> | 1999-08-09 06:27:14 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-08-09 06:27:14 +0000 |
commit | e72245ddc5564aa0155dde21af89a2a968f4e64d (patch) | |
tree | 9cdfed76797c9e4dbec281522187637910c88e8d /editors | |
parent | a578e03bae9de79143cae56d2be275b3d63f2010 (diff) | |
download | FreeBSD-ports-e72245ddc5564aa0155dde21af89a2a968f4e64d.zip FreeBSD-ports-e72245ddc5564aa0155dde21af89a2a968f4e64d.tar.gz |
Use empty MASTER_SITES= to indicate that there's nothing for the
distfile survey to check.
Diffstat (limited to 'editors')
-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 236f5d5..72d1e9d 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 |