diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
commit | 4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch) | |
tree | 96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /net/samba41 | |
parent | a5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff) |
Notes
Diffstat (limited to 'net/samba41')
-rw-r--r-- | net/samba41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba41/Makefile b/net/samba41/Makefile index 79d5f55a1585..a8e0beea0629 100644 --- a/net/samba41/Makefile +++ b/net/samba41/Makefile @@ -357,7 +357,7 @@ CONFIGURE_ARGS+= --bundled-libraries="${SAMBA4_BUNDLED_LIBS:Q:C|(\\\\ )+|,|g:S|\ # XXX .for m in ${SAMBA4_MODULES} PLIST_REINPLACE+= ${m} -PLIST_REINPLACE_${m:U}= s|^@comment ${m} ||g +PLIST_REINPLACE_${m:tu}= s|^@comment ${m} ||g .endfor ############################################################################## # !SAMBA4_SUBPORT |