diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index a21cb17..9f37f51 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -PORTNAME= p5-Compress-Zlib +PORTNAME= Compress-Zlib PORTVERSION= 1.08 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Compress -DISTNAME= Compress-Zlib-1.08 +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org @@ -20,6 +20,7 @@ MAN3= Compress::Zlib.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" .include <bsd.port.mk> |