summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-09 23:59:28 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-09 23:59:28 +0000
commit8948f0d23d267e65b064cb1fd316aa2405a5dcbb (patch)
tree36a62b6bd96da6e4fab4e11077ffcf751f605c1e /converters
parentUpdate to 9.4. (diff)
Argh! I screwed up with the last commit, bigtime! Now it respects
CC/CFLAGS without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Pointy hat: will (that's two today!)
Notes
Notes: svn path=/head/; revision=29488
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-MIME-Base64/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile
index 2bbb5e4eddf5..5b889678f07f 100644
--- a/converters/p5-MIME-Base64/Makefile
+++ b/converters/p5-MIME-Base64/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.11
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
-PKGNAMESUFFIX= p5-
+PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
@@ -20,11 +20,8 @@ MAN3= MIME::Base64.3 \
MIME::QuotedPrint.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-pre-build:
- @${PERL} -pi -e "s:-O -pipe:${CFLAGS}:g" ${WRKSRC}/Makefile.PL
- @${PERL} -pi -e "s:cc:${CC}:g" ${WRKSRC}/Makefile.PL
-
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>