svn commit: r414178 - head/net/pecl-smbclient

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 28 15:10:47 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list