diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /japanese/leafrogue | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (diff) | |
download | ports-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/leafrogue')
-rw-r--r-- | japanese/leafrogue/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/leafrogue/pkg-plist b/japanese/leafrogue/pkg-plist index adfaf6f81e5e..a523e4472acc 100644 --- a/japanese/leafrogue/pkg-plist +++ b/japanese/leafrogue/pkg-plist @@ -1,6 +1,6 @@ bin/leafrogue share/rogue/leaf.msg -@unexec rmdir %D/share/rogue 2>/dev/null || true +@dirrmtry share/rogue %%PORTDOCS%%%%DOCSDIR%%/readme.txt %%PORTDOCS%%%%DOCSDIR%%/lf_rogue.html %%PORTDOCS%%%%DOCSDIR%%/lf_rogue.txt |