diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch) | |
tree | 0898749bb767b388765958548da12c5b50b3825d /converters | |
parent | 031bd55ed2b892d722ffdba72b339be33879e047 (diff) | |
download | ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.tar.gz ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.zip |
Notes
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 705807ec9e00..9ea1dc34b351 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 8d5321feab8b..5201c60855ce 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 04bfb1411226..56b007c40e22 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 cb39466f7c57..a4912a22e702 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 b3d5a66adedb..1e4f13aa73e2 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 293bed6dd959..47eceb36fb6d 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 f72c25ef0c5a..e78cd887d706 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 5b889678f07f..e8eb35eae2e7 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 95d318daa2c1..fd460432f1f1 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 ff9c9864f14d..528c4b7470b6 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 07f4df65cc19..57e7fd8289a4 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> |