diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-18 20:46:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-18 20:46:05 +0000 |
commit | 91f3474ac87173157159ee067e42d811b9d9903a (patch) | |
tree | 8a3995a9a19970c979503db1af5cc1f0c1d0b675 /net-mgmt/p5-SNMP-MIB-Compiler | |
parent | a4c32366b9415c8d99ba4f1b72668c5764bf004f (diff) | |
download | ports-91f3474ac87173157159ee067e42d811b9d9903a.tar.gz ports-91f3474ac87173157159ee067e42d811b9d9903a.zip |
Remove the correct Bundle directory after deinstallation.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=124417
Diffstat (limited to 'net-mgmt/p5-SNMP-MIB-Compiler')
-rw-r--r-- | net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist b/net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist index d5743b0f21f8..b8538a087372 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%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true |