diff options
author | mat <mat@FreeBSD.org> | 2015-04-12 04:04:12 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-12 04:04:12 +0800 |
commit | 93eca7a9ffdaaddb56d166d8c5d2d4d0b1e31212 (patch) | |
tree | a1cd2b6992dced035577d8ffe202354227dbc065 /sysutils | |
parent | 26d793467f68b6555c8d3ece861f575d5ef796e0 (diff) | |
download | freebsd-ports-gnome-93eca7a9ffdaaddb56d166d8c5d2d4d0b1e31212.tar.gz freebsd-ports-gnome-93eca7a9ffdaaddb56d166d8c5d2d4d0b1e31212.tar.zst freebsd-ports-gnome-93eca7a9ffdaaddb56d166d8c5d2d4d0b1e31212.zip |
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
Diffstat (limited to 'sysutils')
-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 |