Skip to content

Commit

Permalink
textproc/exempi: fix LICENSE_FILE
Browse files Browse the repository at this point in the history
${WRKSRC}/LICENSE exists in the git repository but not the tarball.

Reported by: Tomoaki AOKI <junchoon[at]dec.sakura.ne.jp>
  • Loading branch information
vishwin committed Jun 24, 2023
1 parent c49f3dc commit 3349708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textproc/exempi/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 3349708

Please sign in to comment.