diff options
author | wiz <wiz> | 2001-02-28 10:40:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-28 10:40:23 +0000 |
commit | b039d37c8c8422cf1ba5a450cf17e4bdffc3fd3c (patch) | |
tree | 5610fa2b20f4bb38bbe49edb98874a3e00d30860 /editors | |
parent | b43a4fc11265f03d10f533cdb6f90b5315723e72 (diff) | |
download | pkgsrc-b039d37c8c8422cf1ba5a450cf17e4bdffc3fd3c.tar.gz |
remove deprecated MIRROR_DISTFILE (the correct replacements had
been added already)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/wordperfect/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile index ae56104a4b7..838ef1de4d3 100644 --- a/editors/wordperfect/Makefile +++ b/editors/wordperfect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:40:55 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/28 10:40:23 wiz Exp $ DISTNAME= wordperfect-personal-8 CATEGORIES= editors @@ -13,7 +13,6 @@ COMMENT= Corel(R) WordPerfect(R) for Linux: Personal Edition DEPENDS+= suse_libc5>=6.1:../../emulators/suse_libc5 LICENSE= no-commercial-use -MIRROR_DISTFILE= no RESTRICTED= "No re-distribution without agreement from Corel(R)" NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |