diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-08 01:02:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-08 01:02:16 +0800 |
commit | abc6218f1a984794e94a2a69589ccb2d0bacb071 (patch) | |
tree | bfe75235ba62f06e1f342780c11614e4bdaa45a0 | |
parent | 898a4d344ee249f4ddecb92306ed9961e36d52ef (diff) | |
download | freebsd-ports-gnome-abc6218f1a984794e94a2a69589ccb2d0bacb071.tar.gz freebsd-ports-gnome-abc6218f1a984794e94a2a69589ccb2d0bacb071.tar.zst freebsd-ports-gnome-abc6218f1a984794e94a2a69589ccb2d0bacb071.zip |
Simplify plist
-rw-r--r-- | databases/firebird25-server/pkg-plist | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/databases/firebird25-server/pkg-plist b/databases/firebird25-server/pkg-plist index 6476abf0da9c..78715c0dce53 100644 --- a/databases/firebird25-server/pkg-plist +++ b/databases/firebird25-server/pkg-plist @@ -23,19 +23,14 @@ libexec/firebird/intl/fbintl.conf @group @sample %%CONFDIR%%/aliases.conf.sample %%CONFDIR%%/fbtrace.conf -@dirrmtry %%CONFDIR%% -@dirrm libexec/firebird/intl -@dirrm libexec/firebird/plugins -@dirrm libexec/firebird/udf -@dirrm libexec/firebird -@cwd / @owner firebird @group firebird -@sample %%LOCALSTATEDIR%%/security2.fdb.sample -%%LOCALSTATEDIR%%/help/help.fdb -@unexec [ -s %D/%%LOCALSTATEDIR%%/firebird.log ] || rm -f %D/%%LOCALSTATEDIR%%/firebird.log -@rmtry %%LOCALSTATEDIR%%/isc_event1.`hostname` -@rmtry %%LOCALSTATEDIR%%/isc_init1.`hostname` -@rmtry %%LOCALSTATEDIR%%/isc_lock1.`hostname` -@dirrm %%LOCALSTATEDIR%%/help -@dirrmtry %%LOCALSTATEDIR%% +@sample /%%LOCALSTATEDIR%%/security2.fdb.sample +/%%LOCALSTATEDIR%%/help/help.fdb +@unexec [ -s /%%LOCALSTATEDIR%%/firebird.log ] || rm -f /%%LOCALSTATEDIR%%/firebird.log +@rmtry /%%LOCALSTATEDIR%%/isc_event1.`hostname` +@rmtry /%%LOCALSTATEDIR%%/isc_init1.`hostname` +@rmtry /%%LOCALSTATEDIR%%/isc_lock1.`hostname` +@dir /%%LOCALSTATEDIR%% +@owner +@group |