From owner-freebsd-ports@freebsd.org Mon Nov 6 19:19:25 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34368E65B99 for ; Mon, 6 Nov 2017 19:19:25 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 112B47FDD1 for ; Mon, 6 Nov 2017 19:19:25 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 10755E65B98; Mon, 6 Nov 2017 19:19:25 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10204E65B97 for ; Mon, 6 Nov 2017 19:19:25 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wr0-x234.google.com (mail-wr0-x234.google.com [IPv6:2a00:1450:400c:c0c::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A3C67FDD0; Mon, 6 Nov 2017 19:19:24 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wr0-x234.google.com with SMTP id l8so9636666wre.12; Mon, 06 Nov 2017 11:19:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=y/3pEpMR/SYhURKlMd1ZwZd648wXi4/1iwp8wrQy63Y=; b=s+Xmwk/EHKgsJdlvqfGYhYVm/cQMr6I7v6cXW+KvGTxG7LGZPH+Cwn4f8SjlmaWsUA 5WV17b8qNIPu8HsbKv0qaHEaXnvTVkuNNXeIbgcQFF8Br5yTu5F/+1pcIDm9K55BEH2Y Ty9uhDetLJEAbvft7BYqyfsYDmvCsrho1D/GQR+6ttjlgru2dGjiQ4qdG37d+chJ/QQ9 SK421t0IzppaVy32mk0QbtT2kvlFJ/hKmh5zjiP29oN8T7IzoeOyWs120Wvi9J4SjsAv SsLGd4TJ82eK9BC1urTQK1hvfpvwyA2yYC7Zf+wOXtQMqnroOtE3VoHwNobJhQF/uPtb FXoA== X-Gm-Message-State: AJaThX4nJaCPUAM7PzooemlbSlQyc977p+0unfSWOIU0OkNuFAtcPXCX QtkxRmBnz/JyIKyzVcChpRd6TA== X-Google-Smtp-Source: ABhQp+QDAUtpqhlWE2a3dYv3Cyb0X304j5u0K2hXhaUdsDVxnfa59AtHHfK/9jlA0DVeGDTb3VZ9jA== X-Received: by 10.223.173.129 with SMTP id w1mr5203367wrc.19.1509995962604; Mon, 06 Nov 2017 11:19:22 -0800 (PST) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id 65sm6044765wrn.27.2017.11.06.11.19.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Nov 2017 11:19:21 -0800 (PST) Date: Mon, 6 Nov 2017 19:19:18 +0000 From: RW To: ports@freebsd.org, mandree@FreeBSD.org Subject: Bogofilter contrib scripts treated as docs Message-ID: <20171106191918.540ecedc@gumby.homeunix.com> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 19:19:25 -0000 I just noticed that the bogofilter perl and shell scripts from the contrib directory (see below) only get installed if bogofilter is built with the DOCS option. .for i in bfproxy.pl bogofilter-milter.pl bogo.R bogofilter-qfe.sh \ mime.get.rfc822.pl parmtest.sh printmaildir.pl \ bogominitrain.pl \ randomtrain.sh scramble.sh spamitarium.pl stripsearch.pl trainbogo.sh ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${i} ${STAGEDIR}${DOCSDIR}/contrib/${i} .endfor