aboutsummaryrefslogtreecommitdiffstats
path: root/lang/bf2c
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2010-06-16 01:37:48 +0800
committerrene <rene@FreeBSD.org>2010-06-16 01:37:48 +0800
commit975925317304810935965be55971a3ebdcb57c36 (patch)
treec5a9edf8a870479c6184d2cbcc883d192a2ceea2 /lang/bf2c
parent3ecd019825bde3250170e220261fdb15297e66f2 (diff)
downloadfreebsd-ports-gnome-975925317304810935965be55971a3ebdcb57c36.tar.gz
freebsd-ports-gnome-975925317304810935965be55971a3ebdcb57c36.tar.zst
freebsd-ports-gnome-975925317304810935965be55971a3ebdcb57c36.zip
Use correct file for LICENSE_FILE, fixing the build
Approved by: tabthorpe (mentor)
Diffstat (limited to 'lang/bf2c')
-rw-r--r--lang/bf2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile
index d077403aa867..153c42e157bf 100644
--- a/lang/bf2c/Makefile
+++ b/lang/bf2c/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= rene@FreeBSD.org
COMMENT= Optimizing BrainF*ck to C compiler
LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GMAKE=yes