svn commit: r370370 - head/databases/firebird25-server

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 17:02:17 UTC 2014


Author: bapt
Date: Tue Oct  7 17:02:16 2014
New Revision: 370370
URL: https://svnweb.freebsd.org/changeset/ports/370370
QAT: https://qat.redports.org/buildarchive/r370370/

Log:
  Simplify plist

Modified:
  head/databases/firebird25-server/pkg-plist

Modified: head/databases/firebird25-server/pkg-plist
==============================================================================
--- head/databases/firebird25-server/pkg-plist	Tue Oct  7 17:00:37 2014	(r370369)
+++ head/databases/firebird25-server/pkg-plist	Tue Oct  7 17:02:16 2014	(r370370)
@@ -23,19 +23,14 @@ libexec/firebird/intl/fbintl.conf
 @group
 @sample %%CONFDIR%%/aliases.conf.sample
 %%CONFDIR%%/fbtrace.conf
- at dirrmtry %%CONFDIR%%
- at dirrm libexec/firebird/intl
- at dirrm libexec/firebird/plugins
- at dirrm libexec/firebird/udf
- at dirrm libexec/firebird
- at cwd /
 @owner firebird
 @group firebird
- at sample %%LOCALSTATEDIR%%/security2.fdb.sample
-%%LOCALSTATEDIR%%/help/help.fdb
- at unexec [ -s %D/%%LOCALSTATEDIR%%/firebird.log ] || rm -f %D/%%LOCALSTATEDIR%%/firebird.log
- at rmtry %%LOCALSTATEDIR%%/isc_event1.`hostname`
- at rmtry %%LOCALSTATEDIR%%/isc_init1.`hostname`
- at rmtry %%LOCALSTATEDIR%%/isc_lock1.`hostname`
- at dirrm %%LOCALSTATEDIR%%/help
- at dirrmtry %%LOCALSTATEDIR%%
+ at sample /%%LOCALSTATEDIR%%/security2.fdb.sample
+/%%LOCALSTATEDIR%%/help/help.fdb
+ at unexec [ -s /%%LOCALSTATEDIR%%/firebird.log ] || rm -f /%%LOCALSTATEDIR%%/firebird.log
+ at rmtry /%%LOCALSTATEDIR%%/isc_event1.`hostname`
+ at rmtry /%%LOCALSTATEDIR%%/isc_init1.`hostname`
+ at rmtry /%%LOCALSTATEDIR%%/isc_lock1.`hostname`
+ at dir /%%LOCALSTATEDIR%%
+ at owner
+ at group


More information about the svn-ports-head mailing list