diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-18 11:16:46 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-18 11:16:46 +0800 |
commit | 4494fc797236b8dba4c000aa1cdaf43642694a81 (patch) | |
tree | f35efc1b000e0b29352f07e15d38281f81950f6d /sysutils | |
parent | fc7a9a2736b82bcdebff5eb882fe48f43289ec39 (diff) | |
download | freebsd-ports-gnome-4494fc797236b8dba4c000aa1cdaf43642694a81.tar.gz freebsd-ports-gnome-4494fc797236b8dba4c000aa1cdaf43642694a81.tar.zst freebsd-ports-gnome-4494fc797236b8dba4c000aa1cdaf43642694a81.zip |
Remove quotes from BROKEN as they are not required
Approved by: swills (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 9658bc5242c0..44af2f7deb30 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -65,7 +65,7 @@ RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2 .if !defined(WITH_PACKAGE_ORIGIN) EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_root .else -BROKEN= "PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch." +BROKEN= PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch. .endif .endif |