diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-20 07:07:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-20 07:07:07 +0000 |
commit | 3fdf9e458491c8aab28c6bba8a5a5c028551a702 (patch) | |
tree | 27c4f7426bffac8512b74c07b2ebff29e443c051 /archivers | |
parent | 77fc4a9a4a299bec5a25352d3e73d4f6db36aef8 (diff) | |
download | ports-3fdf9e458491c8aab28c6bba8a5a5c028551a702.tar.gz ports-3fdf9e458491c8aab28c6bba8a5a5c028551a702.zip |
Notes
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 a21cb177d200..9f37f51f5307 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> |