NO_CDROM and NO_PACKAGE are superfluous here; remove them.
This commit is contained in:
parent
1c14d1cb42
commit
3f301de3cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171974
1 changed files with 4 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue