aboutsummaryrefslogtreecommitdiff
path: root/japanese/xgate
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
commit0416031c9ba13da33845bc762078065b482dd551 (patch)
treebe4d2554a35fe96c98b1eaa2d243964ae3c4f602 /japanese/xgate
parent93189653b53dbb03ea40ad1126155b1ef52bb27c (diff)
downloadports-0416031c9ba13da33845bc762078065b482dd551.tar.gz
ports-0416031c9ba13da33845bc762078065b482dd551.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154113
Diffstat (limited to 'japanese/xgate')
-rw-r--r--japanese/xgate/pkg-plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/xgate/pkg-plist b/japanese/xgate/pkg-plist
index 005e3fea5f90..f53890afae97 100644
--- a/japanese/xgate/pkg-plist
+++ b/japanese/xgate/pkg-plist
@@ -2774,10 +2774,10 @@
@dirrm %%T%%/webapps/xgate/WEB-INF/classes/com/happysize
@dirrm %%T%%/webapps/xgate/WEB-INF/classes/com
@dirrm %%T%%/webapps/xgate/WEB-INF/classes
-@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF/conf 2>/dev/null || true
-@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF/address 2>/dev/null || true
-@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF/account 2>/dev/null || true
-@unexec rmdir %D/%%T%%/webapps/xgate/WEB-INF 2>/dev/null || true
-@unexec rmdir %D/%%T%%/webapps/xgate 2>/dev/null || true
+@dirrmtry %%T%%/webapps/xgate/WEB-INF/conf
+@dirrmtry %%T%%/webapps/xgate/WEB-INF/address
+@dirrmtry %%T%%/webapps/xgate/WEB-INF/account
+@dirrmtry %%T%%/webapps/xgate/WEB-INF
+@dirrmtry %%T%%/webapps/xgate
@unexec rmdir /var/log/xgate 2>/dev/null || true
@exec install -d -o %%WWWUID%% -g %%WWWGID%% /var/log/xgate