From 666ed62e9829ed67c1e5e3c9a4b787009b184d90 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 7 Sep 2012 23:51:16 +0000 Subject: - 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) --- net/istgt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/istgt/Makefile b/net/istgt/Makefile index 575758538fc9..ac27fbfb44e8 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -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 -- cgit