From owner-svn-ports-all@FreeBSD.ORG Mon May 27 10:31:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 01F0B9EF; Mon, 27 May 2013 10:31:50 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E859B2C8; Mon, 27 May 2013 10:31:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4RAVnUl045501; Mon, 27 May 2013 10:31:49 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4RAVntm045500; Mon, 27 May 2013 10:31:49 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305271031.r4RAVntm045500@svn.freebsd.org> From: Boris Samorodov Date: Mon, 27 May 2013 10:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319205 - head/sysutils/jailutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 10:31:50 -0000 Author: bsam Date: Mon May 27 10:31:49 2013 New Revision: 319205 URL: http://svnweb.freebsd.org/changeset/ports/319205 Log: Seems that nothing requires .pre. and .post. includes. Modified: head/sysutils/jailutils/Makefile Modified: head/sysutils/jailutils/Makefile ============================================================================== --- head/sysutils/jailutils/Makefile Mon May 27 10:23:45 2013 (r319204) +++ head/sysutils/jailutils/Makefile Mon May 27 10:31:49 2013 (r319205) @@ -11,10 +11,8 @@ COMMENT= Several utilities for managing GNU_CONFIGURE= YES -.include - PLIST_FILES= sbin/injail sbin/jails sbin/jid sbin/jkill sbin/jps sbin/jstart\ sbin/killjail MAN8= injail.8 jails.8 jid.8 jkill.8 jps.8 jstart.8 -.include +.include