diff options
author | he <he@pkgsrc.org> | 2004-11-05 23:41:57 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-05 23:41:57 +0000 |
commit | 8a4c68795c57abc97653248a9d5bead4bdb41f64 (patch) | |
tree | 6e7816c4a11b263d8b095c92c46df88a190d67ec | |
parent | a4df6e32c7866bd5340cc39c34990184f3dd7a70 (diff) | |
download | pkgsrc-8a4c68795c57abc97653248a9d5bead4bdb41f64.tar.gz |
Remove commented-out PERL5_PACKLIST, since it can't be used.
Module build/install setup apparently doesn't install a .packlist.
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile index e141ad2b393..8f802c66001 100644 --- a/www/p5-MasonX-Request-WithApacheSession/Makefile +++ b/www/p5-MasonX-Request-WithApacheSession/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 23:35:30 he Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/05 23:41:57 he Exp $ DISTNAME= MasonX-Request-WithApacheSession-0.30 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,6 @@ DEPENDS+= p5-Apache-Session-Wrapper>=0.13:../../www/p5-Apache-Session-Wrapper DEPENDS+= p5-HTML-Mason>=1.16:../../www/p5-HTML-Mason USE_BUILDLINK3= YES -# PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MasonX/Request/WithApacheSession/.packlist PLIST_SUBST+= INSTALLSITELIB=${PERL5_INSTALLSITELIB:S^${LOCALBASE}/^^} PLIST_SUBST+= INSTALLSITEMAN3DIR=${PERL5_INSTALLSITEMAN3DIR:S^${LOCALBASE}/^^} |