From owner-svn-src-projects@freebsd.org Tue Feb 9 16:54:06 2016 Return-Path: Delivered-To: svn-src-projects@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 0FDA9AA3055 for ; Tue, 9 Feb 2016 16:54:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7C05EC; Tue, 9 Feb 2016 16:54:05 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19Gs42o088400; Tue, 9 Feb 2016 16:54:04 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19Gs43p088399; Tue, 9 Feb 2016 16:54:04 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201602091654.u19Gs43p088399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 9 Feb 2016 16:54:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r295437 - projects/release-pkg/bin/rmail X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 16:54:06 -0000 Author: gjb Date: Tue Feb 9 16:54:04 2016 New Revision: 295437 URL: https://svnweb.freebsd.org/changeset/base/295437 Log: Add rmail to the sendmail package Sponsored by: The FreeBSD Foundation Modified: projects/release-pkg/bin/rmail/Makefile Modified: projects/release-pkg/bin/rmail/Makefile ============================================================================== --- projects/release-pkg/bin/rmail/Makefile Tue Feb 9 16:42:32 2016 (r295436) +++ projects/release-pkg/bin/rmail/Makefile Tue Feb 9 16:54:04 2016 (r295437) @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ +PACKAGE=sendmail SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/rmail