git: 3349708da950 - main - textproc/exempi: fix LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jun 2023 03:21:18 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=3349708da95063ef878c1167a6491db7af6717eb commit 3349708da95063ef878c1167a6491db7af6717eb Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-06-24 03:20:10 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-06-24 03:20:10 +0000 textproc/exempi: fix LICENSE_FILE ${WRKSRC}/LICENSE exists in the git repository but not the tarball. Reported by: Tomoaki AOKI <junchoon[at]dec.sakura.ne.jp> --- textproc/exempi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index 9a876bc4d7aa..cd0d7840d59a 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -8,7 +8,7 @@ COMMENT= Port of Adobe XMP SDK to work on UNIX WWW= http://libopenraw.freedesktop.org/wiki/Exempi LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libexpat.so:textproc/expat2