summaryrefslogtreecommitdiff
path: root/security/fiked/Makefile
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/fiked/Makefile
parentRemove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. (diff)
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/fiked/Makefile')
-rw-r--r--security/fiked/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fiked/Makefile b/security/fiked/Makefile
index 60d1c644602d..14277fa7809d 100644
--- a/security/fiked/Makefile
+++ b/security/fiked/Makefile
@@ -13,7 +13,7 @@ COMMENT= Fake IKE PSK+XAUTH daemon based on VPNC
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= libgcrypt.so:security/libgcrypt
USES= gmake tar:bzip2
@@ -25,7 +25,7 @@ PORTDOCS= README NEWS
OPTIONS_DEFINE= LIBNET DOCS
OPTIONS_DEFAULT=LIBNET
LIBNET_DESC= Build with libnet support
-LIBNET_LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
+LIBNET_LIB_DEPENDS= libnet.so:net/libnet
post-patch:
@${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE}