From 3e839fced03911e060519db070ef0b74a8f453d5 Mon Sep 17 00:00:00 2001 From: vanilla Date: Thu, 1 Mar 2001 06:39:18 +0000 Subject: Remove do-configure section, use PERL_CONFIGURE now. --- devel/p5-Data-ShowTable/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'devel/p5-Data-ShowTable') diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile index 2c36a73ae36..97b8cf83993 100644 --- a/devel/p5-Data-ShowTable/Makefile +++ b/devel/p5-Data-ShowTable/Makefile @@ -14,14 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= yes +PERL_CONFIGURE= yes MAN1= showtable.1 MAN3= Data::ShowTable.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX="${PREFIX}" - .include -- cgit