aboutsummaryrefslogtreecommitdiff
path: root/sysutils/password-store
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/password-store
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/password-store')
-rw-r--r--sysutils/password-store/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile
index 5f6337125030..c8d5253b8eba 100644
--- a/sysutils/password-store/Makefile
+++ b/sysutils/password-store/Makefile
@@ -12,11 +12,11 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
- getopt>=0:${PORTSDIR}/misc/getopt \
- gnupg>=2:${PORTSDIR}/security/gnupg \
- pwgen>=0:${PORTSDIR}/sysutils/pwgen \
- tree>=1.7:${PORTSDIR}/sysutils/tree
+RUN_DEPENDS= bash:shells/bash \
+ getopt>=0:misc/getopt \
+ gnupg>=2:security/gnupg \
+ pwgen>=0:sysutils/pwgen \
+ tree>=1.7:sysutils/tree
NO_ARCH= yes
NO_BUILD= yes
@@ -28,9 +28,9 @@ GIT_DESC= Enable git storage
XCLIP_DESC= Enable xclip feature
CONTRIB_DESC= Include shell completions, import scripts, related projects
-GIT_RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git
-XCLIP_RUN_DEPENDS= base64>=0:${PORTSDIR}/converters/base64 \
- xclip>=0:${PORTSDIR}/x11/xclip
+GIT_RUN_DEPENDS= git>=0:devel/git
+XCLIP_RUN_DEPENDS= base64>=0:converters/base64 \
+ xclip>=0:x11/xclip
.include <bsd.port.options.mk>