aboutsummaryrefslogtreecommitdiff
path: root/security/ftimes
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 /security/ftimes
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 'security/ftimes')
-rw-r--r--security/ftimes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile
index 7ff52f7f39db..d823dd1e52e7 100644
--- a/security/ftimes/Makefile
+++ b/security/ftimes/Makefile
@@ -63,7 +63,7 @@ XMAGIC_DESC= XMagic support
.include <bsd.port.pre.mk>
-LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= libpcre.so:devel/pcre
CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
STRIP_FILES= ${STAGEDIR}${PREFIX}/bin/ftimes
@@ -80,14 +80,14 @@ PLIST_SUB+= DBM_TOOLS="@comment "
.if ${PORT_OPTIONS:MDIG_TOOLS}
PLIST_SUB+= DIG_TOOLS=""
CONFIGURE_ARGS+= --with-dig-tools
-RUN_DEPENDS+= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS+= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
INSTALL_PERL5_LIBS= yes
.else
PLIST_SUB+= DIG_TOOLS="@comment "
.endif
.if ${PORT_OPTIONS:MFILE_HOOKS}
-LIB_DEPENDS+= libklel.so:${PORTSDIR}/devel/libklel
+LIB_DEPENDS+= libklel.so:devel/libklel
CONFIGURE_ARGS+= --enable-file-hooks --with-klel=${LOCALBASE} --with-perl=${LOCALBASE}/bin/perl
.else
PLIST_SUB+= WITH_FILE_HOOKS="@comment "