aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2004-02-17 15:10:59 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2004-02-17 15:10:59 +0000
commit2ad964d93cb09ac9ab37943f44d15d4b1cb076e6 (patch)
treea4e2684aea77046335ecae2fe70e0e7f27774265 /chinese
parentc3ed9d9db4dd2128269f62c2baf952249ab52498 (diff)
downloadports-2ad964d93cb09ac9ab37943f44d15d4b1cb076e6.tar.gz
ports-2ad964d93cb09ac9ab37943f44d15d4b1cb076e6.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/metalist/Makefile19
1 files changed, 18 insertions, 1 deletions
diff --git a/chinese/metalist/Makefile b/chinese/metalist/Makefile
index 7b196b4dd387..44e6bebdb5ba 100644
--- a/chinese/metalist/Makefile
+++ b/chinese/metalist/Makefile
@@ -14,7 +14,7 @@ DISTNAME= metalist-${PORTVERSION}
MAINTAINER= autrijus@autrijus.org
COMMENT= A Chinese port of Slash-Like Automatic Storytelling Homepage system
-BUILD_DEPENDS= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server \
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash \
${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
@@ -26,7 +26,24 @@ DOCS= README README.metalist INSTALL
CONFLICTS= slash
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \
+ Slash::Apache::Log.3 Slash::Apache::User.3 \
+ Slash::Custom::Bulkmail.3 Slash::DB.3 Slash::DB::MySQL.3 \
+ Slash::DB::Oracle.3 Slash::DB::PostgreSQL.3 \
+ Slash::DB::Static::MySQL.3 Slash::DB::Static::Oracle.3 \
+ Slash::DB::Static::PostgreSQL.3 Slash::DB::Utility.3 \
+ Slash::Display.3 Slash::Display::Plugin.3 \
+ Slash::Display::Provider.3 Slash::Install.3 Slash::Journal.3 \
+ Slash::Messages.3 Slash::Messages::DB::MySQL.3 \
+ Slash::Search.3 Slash::Test.3 Slash::Utility.3 \
+ Slash::Utility::Access.3 Slash::Utility::Anchor.3 \
+ Slash::Utility::Data.3 Slash::Utility::Display.3 \
+ Slash::Utility::Environment.3 Slash::Utility::System.3 \
+ Slash::XML.3 Slash::XML::RSS.3
+
post-install:
+ @${FIND} ${PREFIX}/slash -name "*.orig" -delete
@${SED} s!%%LOCALBASE%%!${LOCALBASE}!g ${PKGMESSAGE}
.include <bsd.port.pre.mk>