summaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-Zlib
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-20 07:07:07 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-20 07:07:07 +0000
commit3fdf9e458491c8aab28c6bba8a5a5c028551a702 (patch)
tree27c4f7426bffac8512b74c07b2ebff29e443c051 /archivers/p5-Compress-Zlib
parentUpdate to 4.1.0b1. (diff)
Use PKGNAMEPREFIX. Obey CC/CFLAGS.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes: svn path=/head/; revision=29703
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-rw-r--r--archivers/p5-Compress-Zlib/Makefile7
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>