diff options
author | edwin <edwin@FreeBSD.org> | 2008-04-19 09:17:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-04-19 09:17:57 +0800 |
commit | 7c58f5b9d7817cbd23c606798b289a3e2f4d3fc9 (patch) | |
tree | 17a7dd6e446018f5093018a4d4c04530d9a5fa4a /databases/firebird2-server | |
parent | 9cb91ac3aca487585b0112b2e1ef59c6bdf22e67 (diff) | |
download | freebsd-ports-gnome-7c58f5b9d7817cbd23c606798b289a3e2f4d3fc9.tar.gz freebsd-ports-gnome-7c58f5b9d7817cbd23c606798b289a3e2f4d3fc9.tar.zst freebsd-ports-gnome-7c58f5b9d7817cbd23c606798b289a3e2f4d3fc9.zip |
Make use of the @rmtry macro
Diffstat (limited to 'databases/firebird2-server')
-rw-r--r-- | databases/firebird2-server/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/firebird2-server/pkg-plist b/databases/firebird2-server/pkg-plist index 096c66efee82..400054ec22f0 100644 --- a/databases/firebird2-server/pkg-plist +++ b/databases/firebird2-server/pkg-plist @@ -27,9 +27,9 @@ libexec/firebird/udf/ib_udf2.sql %%LOCALSTATEDIR%%/security2.fdb.sample @exec [ -f %D/%%LOCALSTATEDIR%%/security2.fdb ] || cp %D/%F %D/%%LOCALSTATEDIR%%/security2.fdb %%LOCALSTATEDIR%%/help/help.fdb -@unexec [ -s %D/%%LOCALSTATEDIR%%/firebird.log ] || rm -f %D/%%LOCALSTATEDIR%%/firebird.log -@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_event1.`hostname` -@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_init1.`hostname` -@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_lock1.`hostname` +@rmtry %%LOCALSTATEDIR%%/firebird.log +@rmtry %%LOCALSTATEDIR%%/isc_event1.`hostname` +@rmtry %%LOCALSTATEDIR%%/isc_init1.`hostname` +@rmtry %%LOCALSTATEDIR%%/isc_lock1.`hostname` @dirrm %%LOCALSTATEDIR%%/help @dirrmtry %%LOCALSTATEDIR%% |