diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:54:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:54:11 +0000 |
commit | 3f301de3ccede6d2c03fa817f08f161b49db720e (patch) | |
tree | b1e7a84fd6e28667ff410f572fd814f7101bece7 /print/lgrind | |
parent | 1c14d1cb426a9c7e3804a26994c2ec25fb0e819e (diff) | |
download | ports-3f301de3ccede6d2c03fa817f08f161b49db720e.tar.gz ports-3f301de3ccede6d2c03fa817f08f161b49db720e.zip |
Notes
Diffstat (limited to 'print/lgrind')
-rw-r--r-- | print/lgrind/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 1ce3b25f1c40..6d9a683f7387 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -48,9 +48,10 @@ MANCOMPRESSED= yes IGNOREFILES= ${PORTNAME}.tar.gz -NO_CDROM= "According to the README-file there is a license issue because of non-free code. Check the README file within the source tarball." -NO_PACKAGE= "According to the README-file there is a license issue because of non-free code. Check the README file within the source tarball." -RESTRICTED= "No response from author of some code this port is based on" +RESTRICTED= According to the README-file there is a license issue \ + because of non-free code. Check the README file within \ + the source tarball. No response from author of some code \ + this port is based on. pre-everything:: @${MKDIR} ${DISTDIR}/${PORTNAME} |