diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-27 17:37:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-27 17:37:37 +0000 |
commit | b858cdff7287a90369c29686d53ea7aeb9533198 (patch) | |
tree | 688d9bbecc8fd4198cdc57f9192414a92bacc500 /mail | |
parent | ecc689ac4da6c65c7d649eb96553f5aaca43dfd7 (diff) | |
download | pkgsrc-b858cdff7287a90369c29686d53ea7aeb9533198.tar.gz |
mail/safecat: does not need the error.h hack
Diffstat (limited to 'mail')
-rw-r--r-- | mail/safecat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/safecat/Makefile b/mail/safecat/Makefile index 0643871f946..6f4f6f05e5c 100644 --- a/mail/safecat/Makefile +++ b/mail/safecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/09/04 18:00:57 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2020/04/27 17:37:37 rillig Exp $ # DISTNAME= safecat-1.13 @@ -15,6 +15,7 @@ MAKE_JOBS_SAFE= no DJB_RESTRICTED= NO DJB_BUILD_TARGETS+= install instcheck DJB_CONFIG_HOME= conf-root +DJB_ERRNO_HACK= no SUBST_CLASSES+= pkgmandir SUBST_STAGE.pkgmandir= pre-configure |