diff options
author | jperkin <jperkin> | 2015-09-08 11:57:48 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2015-09-08 11:57:48 +0000 |
commit | 0cce9cccc03d100fb1ac84c623e1b703bf8094f2 (patch) | |
tree | ac5bb8192eb735b234109e3220171135027a6e78 /misc/reed | |
parent | e290e8fa2b854fedaf0976e550bb5befdb47ba51 (diff) | |
download | pkgsrc-0cce9cccc03d100fb1ac84c623e1b703bf8094f2.tar.gz |
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
Diffstat (limited to 'misc/reed')
-rw-r--r-- | misc/reed/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/reed/Makefile b/misc/reed/Makefile index 67a2d97f52c..7ebe8469eda 100644 --- a/misc/reed/Makefile +++ b/misc/reed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/08/18 07:31:13 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2015/09/08 11:57:50 jperkin Exp $ DISTNAME= reed-5.4 PKGREVISION= 8 @@ -15,9 +15,6 @@ HAS_CONFIGURE= YES USE_TOOLS+= perl:run REPLACE_PERL= breed fix_bookmarks.pl wrap -# wgetnstr() -INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-U]-* - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 .include "../../mk/bsd.prefs.mk" |