diff options
author | skv <skv@FreeBSD.org> | 2005-04-21 16:31:39 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-04-21 16:31:39 +0800 |
commit | cf6a980864f54a53f03556e2af0b9a4fea97bc28 (patch) | |
tree | aca4b184e9eb4abff34104b4d2deb52fe6d9cc21 /devel/bugzilla2 | |
parent | 49a1cdc13f121961e56bc8f8302be946d9b6ff1b (diff) | |
download | freebsd-ports-graphics-cf6a980864f54a53f03556e2af0b9a4fea97bc28.tar.gz freebsd-ports-graphics-cf6a980864f54a53f03556e2af0b9a4fea97bc28.tar.zst freebsd-ports-graphics-cf6a980864f54a53f03556e2af0b9a4fea97bc28.zip |
* fix Data::Dumper detection
* fix pkg-message
Diffstat (limited to 'devel/bugzilla2')
-rw-r--r-- | devel/bugzilla2/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla2/pkg-message | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index a45cfaa70ec..642b31552f8 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DB ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \ - ${SITE_PERL}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ + ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ ${SITE_PERL}/PatchReader.pm:${PORTSDIR}/devel/p5-PatchReader diff --git a/devel/bugzilla2/pkg-message b/devel/bugzilla2/pkg-message index 9237e1d7778..bc3951aebbe 100644 --- a/devel/bugzilla2/pkg-message +++ b/devel/bugzilla2/pkg-message @@ -20,5 +20,5 @@ For more complete database setup and post-installation instructions and security tips/notes please read "Bugzilla Guide" in - %%DOCSDIR%% (chapter 4: Installation) + %%DOCSDIR%%/html/ (chapter 2: "Installing Bugzilla") ========================================================================== |