diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 06:49:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 06:49:36 +0000 |
commit | cc4128d97eccc9414734e8749acafd66857c3da4 (patch) | |
tree | adb2df37f293a2d032459855304d52364a29788d /textproc/p5-Text-Template | |
parent | a137e40e1317433623228a945894303669603833 (diff) | |
download | pkgsrc-cc4128d97eccc9414734e8749acafd66857c3da4.tar.gz |
Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
Diffstat (limited to 'textproc/p5-Text-Template')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index 378e4bae51b..cd17a0f05fe 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/11/22 09:45:21 martti Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/26 06:50:24 jlam Exp $ # DISTNAME= Text-Template-1.42 @@ -11,10 +11,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.plover.com/~mjd/perl/Template/ COMMENT= perl5 library for generating form letters -USE_PERL5= YES -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Template/.packlist +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Template/.packlist do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |