aboutsummaryrefslogtreecommitdiff
path: root/security/lastpass-cli
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/lastpass-cli
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
Notes
Diffstat (limited to 'security/lastpass-cli')
-rw-r--r--security/lastpass-cli/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/lastpass-cli/Makefile b/security/lastpass-cli/Makefile
index 045e9851663d..b0a867a94a0e 100644
--- a/security/lastpass-cli/Makefile
+++ b/security/lastpass-cli/Makefile
@@ -12,7 +12,7 @@ COMMENT= LastPass command line interface tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:ftp/curl
USES= gmake pkgconfig
USE_GNOME= libxml2
@@ -30,15 +30,15 @@ PINENTRY_DESC= Use pinentry for password entry
XCLIP_DESC= Use xclip for interacting with X11 clipboard
XSEL_DESC= Use xsel for interacting with X11 clipboard
-MANPAGES_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
- xmlto:${PORTSDIR}/textproc/xmlto
+MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \
+ xmlto:textproc/xmlto
MANPAGES_ALL_TARGET= all doc-man
MANPAGES_INSTALL_TARGET=install install-doc
MANPAGES_PLIST_FILES= ${MANPREFIX}/man/man1/lpass.1.gz
-PINENTRY_RUN_DEPENDS= pinentry:${PORTSDIR}/security/pinentry
-XCLIP_RUN_DEPENDS= xclip:${PORTSDIR}/x11/xclip
-XSEL_RUN_DEPENDS= xsel:${PORTSDIR}/x11/xsel
+PINENTRY_RUN_DEPENDS= pinentry:security/pinentry
+XCLIP_RUN_DEPENDS= xclip:x11/xclip
+XSEL_RUN_DEPENDS= xsel:x11/xsel
post-extract:
@${REINPLACE_CMD} -e 's/-Wno-language-extension-token//g' \