aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zogftw
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 /sysutils/zogftw
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 'sysutils/zogftw')
-rw-r--r--sysutils/zogftw/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/zogftw/Makefile b/sysutils/zogftw/Makefile
index 906149d2f5bc..2a2b081025d0 100644
--- a/sysutils/zogftw/Makefile
+++ b/sysutils/zogftw/Makefile
@@ -10,8 +10,8 @@ DISTNAME= ${PORTNAME}-2015-11-21-0a21288
MAINTAINER= fk@fabiankeil.de
COMMENT= Creates redundant backups on encrypted ZFS pools
-RUN_DEPENDS= mbuffer:${PORTSDIR}/misc/mbuffer \
- sudo:${PORTSDIR}/security/sudo
+RUN_DEPENDS= mbuffer:misc/mbuffer \
+ sudo:security/sudo
OPTIONS_DEFINE= EXECUTE_TESTS GNUPG
OPTIONS_DEFAULT= GNUPG
@@ -23,10 +23,10 @@ PLIST_FILES= sbin/zogftw \
NO_BUILD= yes
PORTSCOUT= ignore:1
-GNUPG_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+GNUPG_RUN_DEPENDS= gpg:security/gnupg
-EXECUTE_TESTS_BUILD_DEPENDS= atf-sh:${PORTSDIR}/devel/atf \
- kyua:${PORTSDIR}/devel/kyua
+EXECUTE_TESTS_BUILD_DEPENDS= atf-sh:devel/atf \
+ kyua:devel/kyua
.include <bsd.port.options.mk>