diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 08:54:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 08:54:11 +0800 |
commit | 86a5307f10554966c25336f788a7c5158a6d9969 (patch) | |
tree | 971baec011bdd3bc75c870c3d980e83f7e3fd637 /print | |
parent | 2ba06fd2bb8068053f311e18cadcf9655458deff (diff) | |
download | freebsd-ports-gnome-86a5307f10554966c25336f788a7c5158a6d9969.tar.gz freebsd-ports-gnome-86a5307f10554966c25336f788a7c5158a6d9969.tar.zst freebsd-ports-gnome-86a5307f10554966c25336f788a7c5158a6d9969.zip |
NO_CDROM and NO_PACKAGE are superfluous here; remove them.
Diffstat (limited to 'print')
-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} |