aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portest
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /ports-mgmt/portest
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'ports-mgmt/portest')
-rw-r--r--ports-mgmt/portest/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/portest/Makefile b/ports-mgmt/portest/Makefile
index 076139822ac1..af4cdfe0e46d 100644
--- a/ports-mgmt/portest/Makefile
+++ b/ports-mgmt/portest/Makefile
@@ -10,7 +10,7 @@ COMMENT= Patch file automation for FreeBSD-ports
LICENSE= BSD2CLAUSE
-RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint
+RUN_DEPENDS= portlint:ports-mgmt/portlint
USE_GITHUB= yes
GH_ACCOUNT= ultima1252
@@ -23,14 +23,14 @@ OPTIONS_DEFINE= GIT PORTTOOLS POUDRIERE
OPTIONS_DEFAULT= GIT PORTTOOLS POUDRIERE
GIT_DESC= Git support
-GIT_RUN_DEPENDS= git:${PORTSDIR}/devel/git
+GIT_RUN_DEPENDS= git:devel/git
PORTTOOLS_DESC= Porttools support
-PORTTOOLS_RUN_DEPENDS= port:${PORTSDIR}/ports-mgmt/porttools
+PORTTOOLS_RUN_DEPENDS= port:ports-mgmt/porttools
POUDRIERE_DESC= Poudriere and parallel build support
-POUDRIERE_RUN_DEPENDS= poudriere:${PORTSDIR}/ports-mgmt/poudriere \
- tmux:${PORTSDIR}/sysutils/tmux
+POUDRIERE_RUN_DEPENDS= poudriere:ports-mgmt/poudriere \
+ tmux:sysutils/tmux
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portest ${STAGEDIR}${PREFIX}/sbin/portest