diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-13 17:35:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-13 17:35:28 +0000 |
commit | ff794fff302a9e6114910aa2ae3f117eaec9a7e5 (patch) | |
tree | 4d6827253817e5c3a17498955f15e9aeb1801401 /net | |
parent | 682db0fb10a3f3717f3291d14c4f70c521359ced (diff) |
Remove artifacts from local testing here; fix formatting.
Notes
Notes:
svn path=/head/; revision=103886
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-devel/Makefile | 4 | ||||
-rw-r--r-- | net/samba3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 957b0d1a178f..1611928fe5ee 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -193,7 +193,7 @@ CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} .elif (defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105) && exists(/usr/lib/libkrb5.a) CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr .else -#BROKEN= "Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos" +BROKEN= "Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos" .endif .else CONFIGURE_ARGS+= --without-krb5 @@ -269,7 +269,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ pre-fetch: @${ECHO_MSG} "===> -------------------------------------------" - @${ECHO_MSG} "===> Run 'make config' to (re)configure the port" + @${ECHO_MSG} "===> Run 'make config' to (re)configure the port" @${ECHO_MSG} "===> -------------------------------------------" post-install: diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 957b0d1a178f..1611928fe5ee 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -193,7 +193,7 @@ CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} .elif (defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105) && exists(/usr/lib/libkrb5.a) CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr .else -#BROKEN= "Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos" +BROKEN= "Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos" .endif .else CONFIGURE_ARGS+= --without-krb5 @@ -269,7 +269,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ pre-fetch: @${ECHO_MSG} "===> -------------------------------------------" - @${ECHO_MSG} "===> Run 'make config' to (re)configure the port" + @${ECHO_MSG} "===> Run 'make config' to (re)configure the port" @${ECHO_MSG} "===> -------------------------------------------" post-install: |