From 8463366bcaca3bd6ad24cde43e57833a3dd38683 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 26 Nov 2001 06:49:36 +0000 Subject: Buildlinkify, in the sense that only the perl headers are found in ${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}. --- textproc/p5-Filter/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'textproc/p5-Filter') diff --git a/textproc/p5-Filter/Makefile b/textproc/p5-Filter/Makefile index b1243455ed8..2e1b758954f 100644 --- a/textproc/p5-Filter/Makefile +++ b/textproc/p5-Filter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/10/18 15:20:41 veego Exp $ +# $NetBSD: Makefile,v 1.6 2001/11/26 06:50:21 jlam Exp $ # DISTNAME= Filter-1.16 @@ -10,10 +10,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/} MAINTAINER= packages@netbsd.org COMMENT= Perl5 classes representing a number of source filters -USE_PERL5= # defined -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Filter/.packlist +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Filter/.packlist do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3