aboutsummaryrefslogtreecommitdiff
path: root/shells/p5-Term-Bash-Completion-Generator
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /shells/p5-Term-Bash-Completion-Generator
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'shells/p5-Term-Bash-Completion-Generator')
-rw-r--r--shells/p5-Term-Bash-Completion-Generator/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/shells/p5-Term-Bash-Completion-Generator/Makefile b/shells/p5-Term-Bash-Completion-Generator/Makefile
index 8d73afcfbf23..8ff505938ecc 100644
--- a/shells/p5-Term-Bash-Completion-Generator/Makefile
+++ b/shells/p5-Term-Bash-Completion-Generator/Makefile
@@ -10,12 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gebhart@secnetix.de
COMMENT= Generate bash completion scripts
-BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
- p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
- p5-Tree-Trie>=0:${PORTSDIR}/devel/p5-Tree-Trie \
- p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
- p5-Test-Block>=0:${PORTSDIR}/devel/p5-Test-Block \
- p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
+BUILD_DEPENDS= p5-Readonly>=0:devel/p5-Readonly \
+ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
+ p5-Tree-Trie>=0:devel/p5-Tree-Trie \
+ p5-Test-Warn>=0:devel/p5-Test-Warn \
+ p5-Test-Block>=0:devel/p5-Test-Block \
+ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5