diff options
author | wiz <wiz@pkgsrc.org> | 2019-01-15 17:24:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-01-15 17:24:20 +0000 |
commit | 5adf4b932a290439c475088aa91eba23887f7cbc (patch) | |
tree | d41b9c35a98eb050d1a4d7ffe2df1f5674cadbb0 /shells | |
parent | a2f70969e9b7977c328eaa393b7b23758c7a084e (diff) | |
download | pkgsrc-5adf4b932a290439c475088aa91eba23887f7cbc.tar.gz |
posh: mark as not for NetBSD and Solaris
Needs GNU getopt to work properly.
Reported by Michael Bäuerle.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/posh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile index 2e67d52cf39..0030ede77f7 100644 --- a/shells/posh/Makefile +++ b/shells/posh/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/09/29 12:34:07 tnn Exp $ -# +# $NetBSD: Makefile,v 1.22 2019/01/15 17:24:20 wiz Exp $ DISTNAME= posh_0.12.6 PKGNAME= ${DISTNAME:S/_/-/} @@ -16,6 +15,8 @@ GNU_CONFIGURE= YES PKG_SHELL= bin/posh WRKSRC= ${WRKDIR}/${PKGBASE} +NOT_FOR_PLATFORM= NetBSD-*-* SunOS-*-* + INSTALLATION_DIRS= share/doc/posh post-install: |