summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-02 16:55:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-02 16:55:05 +0000
commit911aeddd517b4b466cb000c6bd11becacd9d973d (patch)
treeb1748a305f1fbeae4e79b80ce1f77251f519c987 /shells
parent- Update to latest snapshot 201307311702 (diff)
- Convert to new perl framework
- Trim Makefile header
Notes
Notes: svn path=/head/; revision=324166
Diffstat (limited to 'shells')
-rw-r--r--shells/p5-Term-ShellUI/Makefile3
-rw-r--r--shells/zoidberg/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile
index 19d9eed9ac22..6df0545e8ab4 100644
--- a/shells/p5-Term-ShellUI/Makefile
+++ b/shells/p5-Term-ShellUI/Makefile
@@ -14,7 +14,8 @@ COMMENT= Fully-featured shell-like command line environment
BUILD_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu
RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Term::ShellUI.3 \
Text::Shellwords::Cursor.3
diff --git a/shells/zoidberg/Makefile b/shells/zoidberg/Makefile
index dbff47923069..bfdd9bef4b53 100644
--- a/shells/zoidberg/Makefile
+++ b/shells/zoidberg/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \
p5-Term-ReadLine-Zoid>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \
p5-Env-PS1>=0:${PORTSDIR}/devel/p5-Env-PS1
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
CONFIGURE_ARGS= install_path=share="${DATADIR}" \
install_path=share="${ETCDIR}"