aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Device-Modem/pkg-plist
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-08-15 15:01:58 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-08-15 15:01:58 +0000
commit7556a622bb7f913fd2227b56a7aa84d84643ed04 (patch)
tree67a029b7033ea59ca1367e7551682168b6d15e4f /comms/p5-Device-Modem/pkg-plist
parent90577764eea0718982fba9194b24af27891606bd (diff)
Notes
Diffstat (limited to 'comms/p5-Device-Modem/pkg-plist')
-rw-r--r--comms/p5-Device-Modem/pkg-plist14
1 files changed, 9 insertions, 5 deletions
diff --git a/comms/p5-Device-Modem/pkg-plist b/comms/p5-Device-Modem/pkg-plist
index ffeeb5cd0319..c702756f48a8 100644
--- a/comms/p5-Device-Modem/pkg-plist
+++ b/comms/p5-Device-Modem/pkg-plist
@@ -1,12 +1,16 @@
%%SITE_PERL%%/Device/Modem/Log/File.pm
%%SITE_PERL%%/Device/Modem/Log/Syslog.pm
+%%SITE_PERL%%/Device/Modem/Protocol/Xmodem.pm
%%SITE_PERL%%/Device/Modem.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem/.packlist
-%%PORTDOCS%%%%DOCSDIR%%/examples/active.pl
-%%PORTDOCS%%%%DOCSDIR%%/examples/dial.pl
-%%PORTDOCS%%%%DOCSDIR%%/examples/shell.pl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%SITE_PERL%%/Device/Modem/Log
+@dirrm %%SITE_PERL%%/Device/Modem/Protocol
+@dirrm %%SITE_PERL%%/Device/Modem
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Device 2>/dev/null || true
+%%PORTDOCS%%%%EXAMPLESDIR%%/xmodem.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/shell.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/dial.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/active.pl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%