summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
committervanilla <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
commit3e839fced03911e060519db070ef0b74a8f453d5 (patch)
tree58839ba4c2c0d7dad468b2a8f8430d225f909a6b /misc
parent8c1e758bbd2d733cd1522404a3cb69077926ee68 (diff)
downloadFreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.zip
FreeBSD-ports-3e839fced03911e060519db070ef0b74a8f453d5.tar.gz
Remove do-configure section, use PERL_CONFIGURE now.
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Array-PrintCols/Makefile1
-rw-r--r--misc/p5-File-CounterFile/Makefile5
-rw-r--r--misc/p5-I18N-Charset/Makefile5
-rw-r--r--misc/p5-I18N-LangTags/Makefile5
-rw-r--r--misc/p5-LEGO-RCX/Makefile6
-rw-r--r--misc/p5-Locale-Codes/Makefile5
6 files changed, 5 insertions, 22 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index b247812..4b52c3a 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 800ba99..08eadaa 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 dc94291..1f70342 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 2be97fd..34d4c54 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 9a08e20..f344acc 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 6aa3fab..59ebe17 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>
OpenPOWER on IntegriCloud