aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cogito
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 09:55:36 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 09:55:36 +0800
commit907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch)
treec7335c38bb107ec2177c798763c3b89da5c2523b /devel/cogito
parente80f0953d18006170971019cc3936a2de46081ab (diff)
downloadfreebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz
freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst
freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'devel/cogito')
-rw-r--r--devel/cogito/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cogito/pkg-plist b/devel/cogito/pkg-plist
index f86afe0e034a..d647a3d526d5 100644
--- a/devel/cogito/pkg-plist
+++ b/devel/cogito/pkg-plist
@@ -98,12 +98,12 @@ bin/git-write-blob
bin/git-write-tree
bin/gitfeedmaillist.sh
bin/ciabot.pl
-@unexec rmdir %D/bin/ 2>/dev/null || true
+@dirrmtry bin/
lib/cogito/cg-Xlib
lib/cogito/cg-Xmergefile
lib/cogito/cg-Xnormid
@dirrm lib/cogito
-@unexec rmdir %D/lib/ 2>/dev/null || true
+@dirrmtry lib/
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/diff-format.txt
%%PORTDOCS%%%%DOCSDIR%%/cvs-migration.txt
@@ -149,5 +149,5 @@ lib/cogito/cg-Xnormid
%%PORTDOCS%%%%DOCSDIR%%/git.txt
%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@unexec rmdir %D/share/doc/ 2>/dev/null || true
-@unexec rmdir %D/share/ 2>/dev/null || true
+@dirrmtry share/doc/
+@dirrmtry share/