Skip to content

Commit

Permalink
Mk/bsd.port.mk: remove LEGAL related variables
Browse files Browse the repository at this point in the history
This is noop since the ports tree does nothing with the variables
anymore for a while

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D44252
  • Loading branch information
bapt committed Mar 6, 2024
1 parent d6bb925 commit 4dea5ae
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Mk/bsd.port.mk
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# but distfiles can be put on ftp sites and CDROMs.
# FORBIDDEN - Package build should not be attempted because of
# security vulnerabilities.
# LEGAL_TEXT - Port has legal issues (e.g., special permission to distribute, lacks a license).
# LEGAL_PACKAGE - Port has no legal issues but defines NO_PACKAGE
# IGNORE - Package build should be skipped entirely (e.g.
# because of serious unfixable problems in the build,
# because it cannot be manually fetched, etc). Error
Expand Down Expand Up @@ -2928,17 +2926,6 @@ IGNORE= is marked as broken on ${OPSYS}: ${BROKEN_${OPSYS}}
IGNORE= is forbidden: ${FORBIDDEN}
. endif

# Define the text to be output to LEGAL
. if defined(LEGAL_TEXT)
LEGAL= ${LEGAL_TEXT}
. elif defined(RESTRICTED)
LEGAL= ${RESTRICTED}
. elif defined(NO_CDROM)
LEGAL= ${NO_CDROM}
. elif defined(NO_PACKAGE) && ! defined(LEGAL_PACKAGE)
LEGAL= ${NO_PACKAGE}
. endif

. if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING))
IGNORE= has to be built manually: ${MANUAL_PACKAGE_BUILD}
clean:
Expand Down

0 comments on commit 4dea5ae

Please sign in to comment.