svn commit: r303845 - head/net/istgt
Bryan Drewery
bdrewery at FreeBSD.org
Fri Sep 7 23:51:17 UTC 2012
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 <amdmi3 at amdmi3.ru>
Approved by: Daisuke Aoyama <aoyama at peach.ne.jp> (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
More information about the svn-ports-head
mailing list