mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
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."
|
RESTRICTED= According to the README-file there is a license issue \
|
||||||
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."
|
because of non-free code. Check the README file within \
|
||||||
RESTRICTED= "No response from author of some code this port is based on"
|
the source tarball. No response from author of some code \
|
||||||
|
this port is based on.
|
||||||
|
|
||||||
pre-everything::
|
pre-everything::
|
||||||
@${MKDIR} ${DISTDIR}/${PORTNAME}
|
@${MKDIR} ${DISTDIR}/${PORTNAME}
|
||||||
|
|
Loading…
Add table
Reference in a new issue