diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-21 10:33:09 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-21 10:33:09 +0000 |
commit | 8806f8f934083fa700908a5a472d87371f9b4024 (patch) | |
tree | f5903509958762da1fd0d483125d51f9ef19c97d /comms | |
parent | c78881e8441cd56ff656b07d3fc0bc3f89a93768 (diff) | |
download | ports-8806f8f934083fa700908a5a472d87371f9b4024.tar.gz ports-8806f8f934083fa700908a5a472d87371f9b4024.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-SerialPort/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/p5-Device-SerialPort/pkg-plist b/comms/p5-Device-SerialPort/pkg-plist index 18385da5d66c..5d10e873f573 100644 --- a/comms/p5-Device-SerialPort/pkg-plist +++ b/comms/p5-Device-SerialPort/pkg-plist @@ -4,4 +4,5 @@ bin/modemtest %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.so @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/SerialPort 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Device 2>/dev/null || true |