diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-13 12:50:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-13 12:50:18 +0000 |
commit | 8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c (patch) | |
tree | 6ead876c581f1f144c740c1ec88671868ab31586 /sysutils/fusefs-smbnetfs | |
parent | b17ff1fb1904937928bdcc2bb11586e13632ba3f (diff) | |
download | ports-8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c.tar.gz ports-8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c.zip |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=333680
Diffstat (limited to 'sysutils/fusefs-smbnetfs')
-rw-r--r-- | sysutils/fusefs-smbnetfs/Makefile | 6 |
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> |