diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-11 20:04:12 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-11 20:04:12 +0000 |
| commit | a80332b83bb435b4a3b8eac4c9efafe85284c45b (patch) | |
| tree | a1cd2b6992dced035577d8ffe202354227dbc065 /sysutils/puppet | |
| parent | Clean up historic entanglements with other ports: (diff) | |
There's no need for a SINGLE here, the ports works perfecly without any patches
applied.
Differential Revision: https://reviews.freebsd.org/D2282
Approved by: swills (maintainer)
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=383826
Diffstat (limited to 'sysutils/puppet')
| -rw-r--r-- | sysutils/puppet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 89c9f86e4167..64d3e4f0a094 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -31,8 +31,8 @@ SUB_LIST= RUBY=${RUBY} OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT= PACKAGE_ORIGIN -OPTIONS_SINGLE= PATCHES -OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT +OPTIONS_RADIO= PATCHES +OPTIONS_RADIO_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT PACKAGE_ORIGIN_DESC= Use port origin as package name PACKAGE_ROOT_DESC= Use PACKAGEROOT instead of PACKAGESITE PATCHES_DESC= Optional exclusive patches |
