summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-03-12 15:04:54 +0000
committertnn <tnn@pkgsrc.org>2020-03-12 15:04:54 +0000
commit58386de4b0f716eddb21416172c87e91dff26aa6 (patch)
treed31cc0c16757d508b79ce27a839c49e5cdd15160
parent132c0f6932fa64ae2343765f229bebfd27bff778 (diff)
downloadpkgsrc-58386de4b0f716eddb21416172c87e91dff26aa6.tar.gz
smartmontools: CHECK_PORTABILITY_SKIP for double bracket
-rw-r--r--sysutils/smartmontools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index 09d48793db3..fa1193b38ff 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/01/18 23:35:21 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2020/03/12 15:04:54 tnn Exp $
DISTNAME= smartmontools-7.0
PKGREVISION= 3
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
ONLY_FOR_PLATFORM= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
+CHECK_PORTABILITY_SKIP+= os_darwin/pkg/root/usr/local/sbin/smart-pkg-uninstall
+
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes