diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-06-01 05:27:07 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-06-01 05:27:07 +0000 |
commit | ae26aba9404f2588180d021ae7e52cfb85455fc0 (patch) | |
tree | 2a86988af77c9a9481e110efa8b01b592538ada2 | |
parent | QBzr is a simple Qt cross-platform frontend for some of Bazaar commands. (diff) |
Fix path to license file
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=255435
-rw-r--r-- | net-im/tapioca-qt/Makefile | 2 | ||||
-rw-r--r-- | net-im/telepathy-qt/Makefile | 2 |
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 |