Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 20:16:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393030 - head/graphics/php-libpuzzle
Message-ID:  <201507272016.t6RKGW7O060349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul 27 20:16:31 2015
New Revision: 393030
URL: https://svnweb.freebsd.org/changeset/ports/393030

Log:
  - Fix build by specifying correct path to license file
  
  PR:		201896
  Submitted by:	cyberbotx@cyberbotx.com (maintainer)

Modified:
  head/graphics/php-libpuzzle/Makefile

Modified: head/graphics/php-libpuzzle/Makefile
==============================================================================
--- head/graphics/php-libpuzzle/Makefile	Mon Jul 27 20:10:06 2015	(r393029)
+++ head/graphics/php-libpuzzle/Makefile	Mon Jul 27 20:16:31 2015	(r393030)
@@ -13,7 +13,7 @@ MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	PHP extension for Puzzle library to find similar pictures
 
 LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC:H:H}/COPYING
 
 LIB_DEPENDS=	libpuzzle.so:${PORTSDIR}/graphics/libpuzzle \
 		libgd.so:${PORTSDIR}/graphics/gd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507272016.t6RKGW7O060349>