aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2010-06-01 13:27:07 +0800
committerarved <arved@FreeBSD.org>2010-06-01 13:27:07 +0800
commit2a43763f55c3f027a1fcb82a131b15bbe1fdba41 (patch)
treeb36681acc4f87f35b85b227d94174878433d5c45
parent7594d01d1ffca00d661d2bdcccea248ce4399e60 (diff)
downloadfreebsd-ports-gnome-2a43763f55c3f027a1fcb82a131b15bbe1fdba41.tar.gz
freebsd-ports-gnome-2a43763f55c3f027a1fcb82a131b15bbe1fdba41.tar.zst
freebsd-ports-gnome-2a43763f55c3f027a1fcb82a131b15bbe1fdba41.zip
Fix path to license file
Reported by: pointyhat
-rw-r--r--net-im/tapioca-qt/Makefile2
-rw-r--r--net-im/telepathy-qt/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/tapioca-qt/Makefile b/net-im/tapioca-qt/Makefile
index d552cf638202..35fe24960e1c 100644
--- a/net-im/tapioca-qt/Makefile
+++ b/net-im/tapioca-qt/Makefile
@@ -16,7 +16,7 @@ COMMENT= Framework for VoIP and IP applications
LIB_DEPENDS= QtTelepathyCore.0:${PORTSDIR}/net-im/telepathy-qt
LICENSE= LGPL
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/../COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
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