diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-28 23:10:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-28 23:10:46 +0800 |
commit | c42bfbfdf7acd8096dfe8e4331e7c7fc0b6a3320 (patch) | |
tree | 503404f063d31e73ae092defecc2380a8c2654c2 /net | |
parent | 792cbaf2c32c6c8e90756edce0beba1fd148930c (diff) | |
download | freebsd-ports-gnome-c42bfbfdf7acd8096dfe8e4331e7c7fc0b6a3320.tar.gz freebsd-ports-gnome-c42bfbfdf7acd8096dfe8e4331e7c7fc0b6a3320.tar.zst freebsd-ports-gnome-c42bfbfdf7acd8096dfe8e4331e7c7fc0b6a3320.zip |
- Add LICENSE_FILE
- Update RUN_DEPENDS: remove PORTSDIR
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/pecl-smbclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile index 9412a1f48029..65273c4e1d2d 100644 --- a/net/pecl-smbclient/Makefile +++ b/net/pecl-smbclient/Makefile @@ -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 |