From owner-cvs-all Mon Oct 12 16:39:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12131 for cvs-all-outgoing; Mon, 12 Oct 1998 16:39:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12120; Mon, 12 Oct 1998 16:39:43 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.05 #3) id 0zSqLe-0005HN-00; Mon, 12 Oct 1998 23:21:50 +0100 Date: Mon, 12 Oct 1998 23:21:50 +0100 From: Ben Smithurst To: "Justin M. Seger" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/bulk_mailer Makefile ports/mail/bulk_mailer/patches patch-ac Message-ID: <19981012232150.A20278@scientia.demon.co.uk> References: <199810121833.LAA26749@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <199810121833.LAA26749@freefall.freebsd.org> User-Agent: Mutt/0.94.11i (FreeBSD 3.0-BETA i386) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Justin M. Seger wrote: > Mark BROKEN for ELF: > ===> Installing for bulk_mailer-1.11 > ===> Generating temporary packing list > -s: not found > *** Error code 1 Looks like it expects ${STRIP} == strip, or something. Since (from what I can see in other things) ${STRIP} isn't used for that, about the only way to fix it must be ... --- Makefile.orig Mon Oct 12 23:02:33 1998 +++ Makefile Mon Oct 12 23:11:53 1998 @@ -28,6 +28,6 @@ @ ${INSTALL_MAN} ${WRKSRC}/bulk_mailer.1 ${PREFIX}/man/man1/bulk_mailer.1 post-install: - @ ${STRIP} ${PREFIX}/bin/bulk_mailer + @strip ${PREFIX}/bin/bulk_mailer .include I'll probably get told this is a really bad idea, but never mind :-( -- Ben Smithurst ben@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message