diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-08 11:57:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-08 11:57:48 +0000 |
commit | 889f6fdb119d6459e6075a3a698cc86adb2bddad (patch) | |
tree | ac5bb8192eb735b234109e3220171135027a6e78 /www/wml | |
parent | 0ccf9cfceb24ba9ab0a7e8428e7fea6075af11d2 (diff) | |
download | pkgsrc-889f6fdb119d6459e6075a3a698cc86adb2bddad.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 'www/wml')
-rw-r--r-- | www/wml/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index 940da1210aa..d679974bfda 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/08/18 07:31:20 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2015/09/08 11:57:50 jperkin Exp $ DISTNAME= wml-2.0.11 PKGREVISION= 3 @@ -25,9 +25,6 @@ CONFIGURE_ARGS+= --with-perl=${PERL5:Q} \ TEST_TARGET= test -INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* -INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*-* - PERL_ARCHNAME_cmd= eval `${PERL5} -V:archname 2>/dev/null`; \ ${ECHO} $${archname} PLIST_SUBST+= PERL_ARCHNAME=${PERL_ARCHNAME_cmd:sh} |