Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/uniquefiles.mk
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | |||||
| # NOTE: multiple logical instances are not supported by pkg and the original | # NOTE: multiple logical instances are not supported by pkg and the original | ||||
| # pkg_tools at the moment. | # pkg_tools at the moment. | ||||
| # | # | ||||
| # MAINTAINER: portmgr@FreeBSD.org | # MAINTAINER: portmgr@FreeBSD.org | ||||
| .if !defined(_INCLUDE_USES_UNIQUEFILES_MK) | .if !defined(_INCLUDE_USES_UNIQUEFILES_MK) | ||||
| _INCLUDE_USES_UNIQUEFILES_MK= yes | _INCLUDE_USES_UNIQUEFILES_MK= yes | ||||
| .if defined(NO_STAGE) | |||||
| BROKEN= uniquefiles USES can only be used for stage-safe ports | |||||
| .endif | |||||
| .if !defined(uniquefiles_ARGS) | .if !defined(uniquefiles_ARGS) | ||||
| uniquefiles_ARGS= #empty | uniquefiles_ARGS= #empty | ||||
| .endif | .endif | ||||
| UNIQUE_PREFIX?= ${PKGNAMEPREFIX} | UNIQUE_PREFIX?= ${PKGNAMEPREFIX} | ||||
| UNIQUE_SUFFIX?= ${PKGNAMESUFFIX} | UNIQUE_SUFFIX?= ${PKGNAMESUFFIX} | ||||
| UNIQUE_PREFIX_FILES?= # empty | UNIQUE_PREFIX_FILES?= # empty | ||||
| UNIQUE_SUFFIX_FILES?= # empty | UNIQUE_SUFFIX_FILES?= # empty | ||||
| ▲ Show 20 Lines • Show All 119 Lines • Show Last 20 Lines | |||||