diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 3e839fced03911e060519db070ef0b74a8f453d5 (patch) | |
tree | 58839ba4c2c0d7dad468b2a8f8430d225f909a6b /converters | |
parent | 8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff) | |
download | FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.zip FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-ASN1/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-Convert-BER/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-Convert-Morse/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Convert-Recode/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-Convert-TNEF/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-Convert-UU/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-Convert-UUlib/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-MIME-Base64/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-Text-Iconv/Makefile | 11 | ||||
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 7 |
11 files changed, 12 insertions, 54 deletions
diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile index 705807e..9ea1dc3 100644 --- a/converters/p5-Convert-ASN1/Makefile +++ b/converters/p5-Convert-ASN1/Makefile @@ -14,13 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= scrappy@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Convert::ASN1.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} - .include <bsd.port.mk> diff --git a/converters/p5-Convert-BER/Makefile b/converters/p5-Convert-BER/Makefile index 8d5321f..5201c60 100644 --- a/converters/p5-Convert-BER/Makefile +++ b/converters/p5-Convert-BER/Makefile @@ -14,13 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= scrappy@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Convert::BER.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} - .include <bsd.port.mk> diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 04bfb14..56b007c 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -22,7 +22,6 @@ MAINTAINER= ports@FreeBSD.org SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} NO_WRKSUBDIR= yes -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/converters/p5-Convert-Recode/Makefile b/converters/p5-Convert-Recode/Makefile index cb39466..a4912a2 100644 --- a/converters/p5-Convert-Recode/Makefile +++ b/converters/p5-Convert-Recode/Makefile @@ -16,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org RUN_DEPENDS= recode:${PORTSDIR}/converters/recode -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Convert::Recode.3 @@ -25,7 +25,4 @@ post-patch: ${PERL} -pi -e 's#recode -\$$#${LOCALBASE}/bin/recode -\$$#' \ ${WRKSRC}/Recode.pm -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile index b3d5a66..1e4f13a 100644 --- a/converters/p5-Convert-TNEF/Makefile +++ b/converters/p5-Convert-TNEF/Makefile @@ -17,12 +17,9 @@ MAINTAINER= roman@xpert.com RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= Convert::TNEF.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/converters/p5-Convert-UU/Makefile b/converters/p5-Convert-UU/Makefile index 293bed6..47eceb36 100644 --- a/converters/p5-Convert-UU/Makefile +++ b/converters/p5-Convert-UU/Makefile @@ -14,14 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MAN1= puuencode.1 puudecode.1 MAN3= Convert::UU.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} - .include <bsd.port.mk> diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index f72c25e..e78cd88 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -15,14 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= blaz@amis.net -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Convert::UUlib.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 5b88967..e8eb35e 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -14,14 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MAN3= MIME::Base64.3 \ MIME::QuotedPrint.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index 95d318d..fd46043 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -16,17 +16,10 @@ MAINTAINER= skv@protey.ru LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv -USE_PERL5= yes +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE/lib" MAN3= Text::Iconv.3 - MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \ - LIBS="-L${LOCALBASE}/lib -liconv " \ - INC="-I ${LOCALBASE}/include " \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile index ff9c986..528c4b7 100644 --- a/converters/p5-Unicode-Map8/Makefile +++ b/converters/p5-Unicode-Map8/Makefile @@ -16,12 +16,9 @@ MAINTAINER= ilia@cgu.chel.su BUILD_DEPENDS= ${SITE_PERL}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} -USE_PERL5= yes +PERL_CONFIGURE= yes + MAN3= Unicode::Map8.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index 07f4df6..57e7fd8 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -16,14 +16,9 @@ MAINTAINER= ilia@cgu.chel.su BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Unicode::CharName.3 Unicode::String.3 - MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> |