diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
commit | 8782296f87f346e407a9b588c61c901ad331a61b (patch) | |
tree | 9003db734f5474c93508ccf7f02ac0319bb0d249 /devel/pmk | |
parent | e8d3c8300fde17c34b15fc2d889e55641e0a8f00 (diff) | |
download | ports-8782296f87f346e407a9b588c61c901ad331a61b.tar.gz ports-8782296f87f346e407a9b588c61c901ad331a61b.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes:
svn path=/head/; revision=154105
Diffstat (limited to 'devel/pmk')
-rw-r--r-- | devel/pmk/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pmk/pkg-plist b/devel/pmk/pkg-plist index 515ae825dc77..6ae1284e5450 100644 --- a/devel/pmk/pkg-plist +++ b/devel/pmk/pkg-plist @@ -4,7 +4,7 @@ bin/pmkpc bin/pmkscan @unexec if cmp -s %D/etc/pmk/pmk.conf %D/etc/pmk/pmk.conf.dist; then rm -f %D/etc/pmk/pmk.conf; fi @unexec rm -f %D/etc/pmk/pmk.conf.dist -@unexec rmdir %D/etc/pmk 2>/dev/null || true +@dirrmtry etc/pmk bin/pmksetup %%DATADIR%%/pmkcfgtool.dat %%DATADIR%%/pmkcomp.dat |