From owner-svn-ports-all@FreeBSD.ORG Fri Sep 7 23:51:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF801065670; Fri, 7 Sep 2012 23:51:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D88B98FC08; Fri, 7 Sep 2012 23:51:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q87NpGgp085128; Fri, 7 Sep 2012 23:51:16 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q87NpG4S085126; Fri, 7 Sep 2012 23:51:16 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209072351.q87NpG4S085126@svn.freebsd.org> From: Bryan Drewery Date: Fri, 7 Sep 2012 23:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303845 - head/net/istgt X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 07 Sep 2012 23:51:17 -0000 Author: bdrewery Date: Fri Sep 7 23:51:16 2012 New Revision: 303845 URL: http://svn.freebsd.org/changeset/ports/303845 Log: - Fix error when deinstalling if user has modified their config or added other files into ETCDIR - Bump PORTREVISION since plist has changed PR: ports/171423 Submitted by: Dmitry Marakasov Approved by: Daisuke Aoyama (maintainer) Approved by: eadler, bapt (mentors, implicit) Modified: head/net/istgt/Makefile Modified: head/net/istgt/Makefile ============================================================================== --- head/net/istgt/Makefile Fri Sep 7 23:36:20 2012 (r303844) +++ head/net/istgt/Makefile Fri Sep 7 23:51:16 2012 (r303845) @@ -7,6 +7,7 @@ PORTNAME= istgt PORTVERSION= 20120901 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ @@ -28,7 +29,7 @@ PLIST_FILES= bin/istgt \ %%ETCDIR%%/istgt.conf.sample \ %%ETCDIR%%/istgt.large.conf.sample \ %%ETCDIR%%/istgtcontrol.conf.sample -PLIST_DIRS= %%ETCDIR%% +PLIST_DIRSTRY= %%ETCDIR%% PORTDOCS= ${DOCS:T} DOCS= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp