diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-23 10:33:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-23 10:33:16 +0000 |
commit | 1dcfb9186eb2cc2fc12de2bf200aec1960bf790a (patch) | |
tree | e3d46ae1da1db727c1859b90f9ee0f19df11c624 /filesystems/fuse-ext2 | |
parent | cc75802be07b29230d42354d6d045fe034865258 (diff) | |
download | pkgsrc-1dcfb9186eb2cc2fc12de2bf200aec1960bf790a.tar.gz |
filesystems/fuse-ext2: allow bashisms for macOS
Diffstat (limited to 'filesystems/fuse-ext2')
-rw-r--r-- | filesystems/fuse-ext2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/fuse-ext2/Makefile b/filesystems/fuse-ext2/Makefile index 8e0d7dd1628..0b1e717c2a1 100644 --- a/filesystems/fuse-ext2/Makefile +++ b/filesystems/fuse-ext2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/11/03 19:26:20 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2020/05/23 10:33:16 rillig Exp $ DISTNAME= fuse-ext2-0.0.7 PKGREVISION= 2 @@ -17,6 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= autoheader automake autoreconf gmake pkg-config USE_LANGUAGES= c c++ INSTALLATION_DIRS= lib/umview/modules +CHECK_PORTABILITY_SKIP= tools/macosx/fuse-ext2.fs/fuse-ext2.util pre-configure: cd ${WRKSRC} && autoreconf --verbose --install --force |