From 1e60866cc19e399726a715fe8f90de75614755d9 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 17 Jun 2000 02:37:15 +0000 Subject: Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber --- www/p5-HTML/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/p5-HTML') diff --git a/www/p5-HTML/Makefile b/www/p5-HTML/Makefile index f1b6cc41ebad..a00f9c604b36 100644 --- a/www/p5-HTML/Makefile +++ b/www/p5-HTML/Makefile @@ -5,19 +5,19 @@ # $FreeBSD$ # -PORTNAME= p5-HTML +PORTNAME= HTML PORTVERSION= 0.6 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML -DISTNAME= HTML-0.6 +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org -USE_PERL5= YES +USE_PERL5= yes -NO_WRKSUBDIR= YES -NO_BUILD= YES +NO_WRKSUBDIR= yes +NO_BUILD= yes do-install: @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/HTML/ -- cgit v1.2.3