diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-15 08:36:03 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-15 09:20:05 +0000 |
commit | a0c694d15d97dfefdda209823d47440fbfa02d3a (patch) | |
tree | 74f8134ffe0583378ffe95285d8ec0ea418e3eae /print/lgrind | |
parent | c0cb001a887d6d9bc82e45ec89ede03fc8b26872 (diff) | |
download | ports-a0c694d15d97dfefdda209823d47440fbfa02d3a.tar.gz ports-a0c694d15d97dfefdda209823d47440fbfa02d3a.zip |
Unbreak more ports after 3505159e72da2d8313ce2a8ddc527de700b5bc37
With LICENSE=${PORTNAME} and LICENSE_TEXT set the framework creates
${WRKDIR}/${PORTNAME} however WRKSRC=${WRKDIR}/${PORTNAME} too.
Rename the licenses to fix this.
Diffstat (limited to 'print/lgrind')
-rw-r--r-- | print/lgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index f12ac9396824..aa8a3aeb2eeb 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Produce beautiful listings of source code with LaTeX # Converted from RESTRICTED -LICENSE= lgrind +LICENSE= lgrind-license LICENSE_NAME= lgrind LICENSE_TEXT= According to the README-file there is a license issue \ because of non-free code. Check the README file within \ |