Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 15:10:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414178 - head/net/pecl-smbclient
Message-ID:  <201604281510.u3SFAkDq066626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr 28 15:10:46 2016
New Revision: 414178
URL: https://svnweb.freebsd.org/changeset/ports/414178

Log:
  - Add LICENSE_FILE
  - Update RUN_DEPENDS: remove PORTSDIR
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/pecl-smbclient/Makefile

Modified: head/net/pecl-smbclient/Makefile
==============================================================================
--- head/net/pecl-smbclient/Makefile	Thu Apr 28 14:34:52 2016	(r414177)
+++ head/net/pecl-smbclient/Makefile	Thu Apr 28 15:10:46 2016	(r414178)
@@ -11,8 +11,9 @@ MAINTAINER=	kevlo@FreeBSD.org
 COMMENT=	Smbclient wrapper extension
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	smbclient:${PORTSDIR}/${SAMBA_PORT}
+RUN_DEPENDS=	smbclient:${SAMBA_PORT}
 
 SAMBA_PORT?=	net/samba36
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604281510.u3SFAkDq066626>