aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-smbnetfs
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-13 12:50:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-13 12:50:18 +0000
commit8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c (patch)
tree6ead876c581f1f144c740c1ec88671868ab31586 /sysutils/fusefs-smbnetfs
parentb17ff1fb1904937928bdcc2bb11586e13632ba3f (diff)
downloadports-8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c.tar.gz
ports-8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c.zip
Notes
Diffstat (limited to 'sysutils/fusefs-smbnetfs')
-rw-r--r--sysutils/fusefs-smbnetfs/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile
index 4a6549c37dbf..a8f48f5e8220 100644
--- a/sysutils/fusefs-smbnetfs/Makefile
+++ b/sysutils/fusefs-smbnetfs/Makefile
@@ -14,7 +14,7 @@ OPTIONS_DEFINE= GNOME_KEYRING
OPTIONS_DEFAULT=GNOME_KEYRING
GNOME_KEYRING_DESC= Build with gnome-keyring support
-LIB_DEPENDS= smbclient.0:${PORTSDIR}/net/samba-libsmbclient
+LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
DOCSDIR+= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
@@ -26,7 +26,6 @@ CFLAGS+= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
SUB_FILES= pkg-message
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNOME_KEYRING}
@@ -39,7 +38,4 @@ CONFIGURE_ARGS+=--with-gnome-keyring=no
post-patch:
${REINPLACE_CMD} -e 's|а|a|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>