diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-07-26 02:27:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-07-26 02:27:20 +0000 |
commit | ee07fbf9f645def115e7edaf4c2fb584540766a7 (patch) | |
tree | cb3c4054a722ca790123994d85ffb5936916b345 /mail/safecat | |
parent | f76fde137f80fdca4591ad4db049f97b7e02a661 (diff) | |
download | pkgsrc-ee07fbf9f645def115e7edaf4c2fb584540766a7.tar.gz |
Really don't build catpages.
Diffstat (limited to 'mail/safecat')
-rw-r--r-- | mail/safecat/Makefile | 4 | ||||
-rw-r--r-- | mail/safecat/distinfo | 4 | ||||
-rw-r--r-- | mail/safecat/patches/patch-ab | 13 |
3 files changed, 15 insertions, 6 deletions
diff --git a/mail/safecat/Makefile b/mail/safecat/Makefile index 2dcb3f1d01f..8de1110ec94 100644 --- a/mail/safecat/Makefile +++ b/mail/safecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/04/01 11:20:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2017/07/26 02:27:20 schmonz Exp $ # DISTNAME= safecat-1.13 @@ -13,7 +13,7 @@ COMMENT= Write data safely to a maildir MAKE_JOBS_SAFE= no DJB_RESTRICTED= NO -BUILD_TARGETS= install instcheck +BUILD_TARGET= install instcheck DJB_CONFIG_HOME= conf-root MAKE_FLAGS+= DESTDIR=${DESTDIR:Q} diff --git a/mail/safecat/distinfo b/mail/safecat/distinfo index 73c181a0e5f..4670d4d0105 100644 --- a/mail/safecat/distinfo +++ b/mail/safecat/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2016/04/01 11:20:58 jperkin Exp $ +$NetBSD: distinfo,v 1.10 2017/07/26 02:27:20 schmonz Exp $ SHA1 (safecat-1.13.tar.gz) = 07b42cb06490abeacefce9429a1dbf96caa1629b RMD160 (safecat-1.13.tar.gz) = 614df1d43d13a638ab30a2921b66d78f3fafc4c6 SHA512 (safecat-1.13.tar.gz) = e6f7401b55a61f70715b3d222c8286c0125c5e7b3b132e5e8d3c8573a6c45dba75b29a459c7e93d7c0760300f0a62635d8ea4eacde9b0b1ff7637b3f6c63e210 Size (safecat-1.13.tar.gz) = 33953 bytes SHA1 (patch-aa) = 269073a9aa0d0b4814a2a0dd889396a575f51c20 -SHA1 (patch-ab) = 59b4876e127ebffdbd3cad83a37e3971d9736e8f +SHA1 (patch-ab) = bfbbdfd34e1b97adccfd36709b5bdd69b6dbd615 SHA1 (patch-hier.c) = b4483673a6eb3a2c55da096a1b01a3a5a9a053a9 diff --git a/mail/safecat/patches/patch-ab b/mail/safecat/patches/patch-ab index 0d3248c7db4..3282bfc97f0 100644 --- a/mail/safecat/patches/patch-ab +++ b/mail/safecat/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.1 2008/02/16 15:21:40 heinz Exp $ +$NetBSD: patch-ab,v 1.2 2017/07/26 02:27:20 schmonz Exp $ Allow installation to DESTDIR (taken from safecat-buildroot.patch in the archive). ---- Makefile.orig 2004-08-17 02:50:09.000000000 +0200 +--- Makefile.orig 2004-08-17 00:50:09.000000000 +0000 +++ Makefile @@ -31,7 +31,7 @@ compile auto-str.c substdio.h readwrite. @@ -14,3 +14,12 @@ $NetBSD: patch-ab,v 1.1 2008/02/16 15:21:40 heinz Exp $ auto_home.o: \ compile auto_home.c +@@ -123,7 +123,7 @@ compile instcheck.c strerr.h error_no.h + ./compile instcheck.c + + it: \ +-maildir safecat man ++maildir safecat + + find-systype: \ + find-systype.sh auto-ccld.sh |