diff options
author | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
commit | 6b651933b95c6a21e0e7629f5183e1492bb71903 (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /mail/p5-Mail-IMAPClient/Makefile | |
parent | c861cb3db8ffcd7b9fa94be5348a80b681bcff64 (diff) | |
download | pkgsrc-6b651933b95c6a21e0e7629f5183e1492bb71903.tar.gz |
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'mail/p5-Mail-IMAPClient/Makefile')
-rw-r--r-- | mail/p5-Mail-IMAPClient/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index 923321ea86f..2d21d720e77 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/10 10:51:56 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:14 jlam Exp $ # DISTNAME= Mail-IMAPClient-1.07 PKGNAME= p5-${DISTNAME} -CATEGORIES= perl5 +CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= packages@netbsd.org -USE_PERL5= YES +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/IMAPClient/.packlist do-configure: - @cd ${WRKSRC} && \ - ${ECHO} >.test && \ - ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC} && ${ECHO} >.test && \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" |