diff options
author | arved <arved@FreeBSD.org> | 2010-06-01 13:27:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-06-01 13:27:07 +0800 |
commit | 2a43763f55c3f027a1fcb82a131b15bbe1fdba41 (patch) | |
tree | b36681acc4f87f35b85b227d94174878433d5c45 /net-im/telepathy-qt | |
parent | 7594d01d1ffca00d661d2bdcccea248ce4399e60 (diff) | |
download | freebsd-ports-gnome-2a43763f55c3f027a1fcb82a131b15bbe1fdba41.tar.gz freebsd-ports-gnome-2a43763f55c3f027a1fcb82a131b15bbe1fdba41.tar.zst freebsd-ports-gnome-2a43763f55c3f027a1fcb82a131b15bbe1fdba41.zip |
Fix path to license file
Reported by: pointyhat
Diffstat (limited to 'net-im/telepathy-qt')
-rw-r--r-- | net-im/telepathy-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index 83ad3b6a1839..ce304693ed5c 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -14,7 +14,7 @@ MAINTAINER= arved@FreeBSD.org COMMENT= Framework for VoIP and IP applications LICENSE= LGPL -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/../COPYING USE_CMAKE= yes CMAKE_USE_PTHREAD= yes |