diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-21 08:31:39 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-21 08:31:39 +0000 |
commit | 2c0625ffb2a1c180b7eb8db945d8f1382aaca2dd (patch) | |
tree | 0af13efc4e898634ffdbf9aa016124e92e292bdd /devel/bugzilla3 | |
parent | 8f61098ad39b955f027b09bf3ca2e44753e63547 (diff) | |
download | ports-2c0625ffb2a1c180b7eb8db945d8f1382aaca2dd.tar.gz ports-2c0625ffb2a1c180b7eb8db945d8f1382aaca2dd.zip |
* fix Data::Dumper detection
* fix pkg-message
Notes
Notes:
svn path=/head/; revision=133823
Diffstat (limited to 'devel/bugzilla3')
-rw-r--r-- | devel/bugzilla3/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla3/pkg-message | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index a45cfaa70ec7..642b31552f8c 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/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/bugzilla3/pkg-message b/devel/bugzilla3/pkg-message index 9237e1d77785..bc3951aebbe1 100644 --- a/devel/bugzilla3/pkg-message +++ b/devel/bugzilla3/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") ========================================================================== |