diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-06 04:54:18 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-06 04:54:18 +0000 |
commit | caefa27e9e6a7e86c27f260fdc991dbc1501614f (patch) | |
tree | 1ea8b510bbd3535fbaf66d81ece5f8bfb65c3837 /irc | |
parent | Fix a blaringly obvious bug: should be ``info exists env(MAIL)'', not (diff) |
correction to packing list
Notes
Notes:
svn path=/head/; revision=39113
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-Net-IRC/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/p5-Net-IRC/Makefile b/irc/p5-Net-IRC/Makefile index 98101e7a51bf..5cec7a725bcd 100644 --- a/irc/p5-Net-IRC/Makefile +++ b/irc/p5-Net-IRC/Makefile @@ -35,6 +35,8 @@ pre-install: .endif ${ECHO} @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/IRC >> ${PLIST} ${ECHO} @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net >> ${PLIST} + ${ECHO} @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net \ + >> ${PLIST} ${ECHO} @dirrm share/examples/p5-Net-IRC >> ${PLIST} post-install: |