From 24dca5cb0de503b8f0ecf9f4e1e4554921ce30ba Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 9 Nov 2004 13:24:57 +0000 Subject: No trailing slash on the dependencies directory, this confuses mk/scripts/mkdatabase. --- www/p5-Apache-Session/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile index 239ba250335..bbab0d86e05 100644 --- a/www/p5-Apache-Session/Makefile +++ b/www/p5-Apache-Session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/11/05 16:35:29 he Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/09 13:24:57 seb Exp $ # DISTNAME= Apache-Session-1.6 @@ -11,8 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/~cwest/Apache-Session-1.70_01/ COMMENT= Perl5 module to provide persistent storage -DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable/ -DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5/ +DEPENDS+= p5-Storable>=1.0.11:../../devel/p5-Storable +DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5 USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/.packlist -- cgit v1.2.3