From 508b8d82f4fdfc6889fe17931ef30f047501dfd6 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 22 Jan 2006 03:01:03 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/p5-SNMP-MIB-Compiler') diff --git a/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist b/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist index b8538a087372..7d754ba6d348 100644 --- a/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist +++ b/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist @@ -10,4 +10,4 @@ bin/mibcompiler @dirrm %%SITE_PERL%%/SNMP @dirrm %%SITE_PERL%%/Bundle/SNMP/MIB @dirrm %%SITE_PERL%%/Bundle/SNMP -@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Bundle -- cgit v1.2.3