From owner-svn-ports-all@FreeBSD.ORG Mon Jul 8 19:51:56 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 2A413A46; Mon, 8 Jul 2013 19:51:56 +0000 (UTC) (envelope-from antoine@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 1CBBC163B; Mon, 8 Jul 2013 19:51:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r68Jpt5x095717; Mon, 8 Jul 2013 19:51:56 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r68JptZ0095715; Mon, 8 Jul 2013 19:51:55 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201307081951.r68JptZ0095715@svn.freebsd.org> From: Antoine Brodin Date: Mon, 8 Jul 2013 19:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322535 - head/shells/ibsh 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, 08 Jul 2013 19:51:56 -0000 Author: antoine Date: Mon Jul 8 19:51:55 2013 New Revision: 322535 URL: http://svnweb.freebsd.org/changeset/ports/322535 Log: Fix plist Modified: head/shells/ibsh/pkg-plist Modified: head/shells/ibsh/pkg-plist ============================================================================== --- head/shells/ibsh/pkg-plist Mon Jul 8 19:37:40 2013 (r322534) +++ head/shells/ibsh/pkg-plist Mon Jul 8 19:51:55 2013 (r322535) @@ -1,6 +1,8 @@ bin/ibsh etc/ibsh/globals.cmds etc/ibsh/globals.xtns -@dirrm /etc/ibsh/cmds -@dirrm /etc/ibsh/xtns -@dirrm /etc/ibsh +@exec mkdir -p %D/etc/ibsh/cmds +@exec mkdir -p %D/etc/ibsh/xtns +@dirrm etc/ibsh/cmds +@dirrm etc/ibsh/xtns +@dirrm etc/ibsh