Date: Fri, 31 May 2019 11:40:11 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503155 - head/devel/gnome-common Message-ID: <201905311140.x4VBeB8q069668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri May 31 11:40:11 2019 New Revision: 503155 URL: https://svnweb.freebsd.org/changeset/ports/503155 Log: devel/gnome-common: Spell LICENSE_FILE correctly Modified: head/devel/gnome-common/Makefile Modified: head/devel/gnome-common/Makefile ============================================================================== --- head/devel/gnome-common/Makefile Fri May 31 11:39:11 2019 (r503154) +++ head/devel/gnome-common/Makefile Fri May 31 11:40:11 2019 (r503155) @@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Common automake macros for GNOME 3 LICENSE= GPLv2 -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive RUN_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311140.x4VBeB8q069668>