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 /misc | |
parent | Remove p5-pRPC. (diff) |
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-I18N-Charset/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-I18N-LangTags/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-LEGO-RCX/Makefile | 6 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 5 |
6 files changed, 5 insertions, 22 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index b24781224ddf..4b52c3aeead2 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -14,7 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Array::PrintCols.3 diff --git a/misc/p5-File-CounterFile/Makefile b/misc/p5-File-CounterFile/Makefile index 800ba992ba72..08eadaa649d7 100644 --- a/misc/p5-File-CounterFile/Makefile +++ b/misc/p5-File-CounterFile/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= wchao@isi.edu -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= File::CounterFile.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile index dc942913319e..1f7034242874 100644 --- a/misc/p5-I18N-Charset/Makefile +++ b/misc/p5-I18N-Charset/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= I18N::Charset.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile index 2be97fd04523..34d4c540a1ab 100644 --- a/misc/p5-I18N-LangTags/Makefile +++ b/misc/p5-I18N-LangTags/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= I18N::LangTags.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/misc/p5-LEGO-RCX/Makefile b/misc/p5-LEGO-RCX/Makefile index 9a08e203b88e..f344acc3927f 100644 --- a/misc/p5-LEGO-RCX/Makefile +++ b/misc/p5-LEGO-RCX/Makefile @@ -14,13 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kbyanc@posi.net -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= LEGO::RCX.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/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index 6aa3fab227a3..59ebe17c1e54 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -14,13 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -USE_PERL5= YES +PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Locale::Country.3 \ Locale::Language.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |