mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
security/openvpn-devel: fix whitespace from r494062
Reported by: Peter Jeremy <peter@rulingia.com> Pointyhat to: swills
This commit is contained in:
parent
4bae90586a
commit
964f018850
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494211
@ -122,7 +122,7 @@ pre-everything::
|
|||||||
@${ECHO_CMD} "You may wish to change your default SSL library"
|
@${ECHO_CMD} "You may wish to change your default SSL library"
|
||||||
@${ECHO_CMD} "and press Ctrl+C within the next 10 seconds to abort."
|
@${ECHO_CMD} "and press Ctrl+C within the next 10 seconds to abort."
|
||||||
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
|
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
|
||||||
@sleep 10
|
@sleep 10
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
@ -130,8 +130,8 @@ pre-everything::
|
|||||||
# for instance, pkcs11-helper:
|
# for instance, pkcs11-helper:
|
||||||
post-build:
|
post-build:
|
||||||
@a=$$(LC_ALL=C ldd -f '%o\n' ${WRKSRC}/src/openvpn/openvpn \
|
@a=$$(LC_ALL=C ldd -f '%o\n' ${WRKSRC}/src/openvpn/openvpn \
|
||||||
| ${SORT} -u) ; set -- $$(for i in ${_tlslibs} ; do ${PRINTF} '%s\n' "$$a" | ${GREP} $${i}.so | wc -l ; done | ${SORT} -u) ;\
|
| ${SORT} -u) ; set -- $$(for i in ${_tlslibs} ; do ${PRINTF} '%s\n' "$$a" | ${GREP} $${i}.so | wc -l ; done | ${SORT} -u) ;\
|
||||||
if test "$$*" != "1" ; then ${ECHO_CMD} >&2 "${.CURDIR} FAILED: either of ${_tlslibs} libraries linked multiple times" ; ${PRINTF} '%s\n' "$$a"; ${RM} ${BUILD_COOKIE} ; exit 1 ; fi
|
if test "$$*" != "1" ; then ${ECHO_CMD} >&2 "${.CURDIR} FAILED: either of ${_tlslibs} libraries linked multiple times" ; ${PRINTF} '%s\n' "$$a"; ${RM} ${BUILD_COOKIE} ; exit 1 ; fi
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn/plugins/openvpn-plugin-auth-pam.so
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn/plugins/openvpn-plugin-auth-pam.so
|
||||||
|
Loading…
Reference in New Issue
Block a user