summaryrefslogtreecommitdiff
path: root/lang/bf2c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-06-15 17:37:48 +0000
committerRene Ladan <rene@FreeBSD.org>2010-06-15 17:37:48 +0000
commitb7c937605b40f3454713d896097128af5fe1071f (patch)
tree92864c11bc65c5d78d82866f7032a28e291692e4 /lang/bf2c
parentA special meta-port to do nothing but register dependencies on those (diff)
Use correct file for LICENSE_FILE, fixing the build
Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=256558
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