Fix use of obsolete tail(1) syntax which coreutils 6.10 doesn't grok.
This commit is contained in:
parent
32fd02a15d
commit
96782e2293
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.195 2008/02/03 14:07:40 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.196 2008/02/17 20:15:07 tnn Exp $
|
||||
#
|
||||
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
|
||||
# code hooks that allow mod_ssl to be compiled separately later, if desired).
|
||||
|
@ -208,7 +208,7 @@ pre-patch:
|
|||
${MODSSL_SRC}/pkg.sslmod/sslmod.patch \
|
||||
${MODSSL_SRC}/pkg.sslsup/sslsup.patch \
|
||||
| ${PATCH} ${PATCH_ARGS}
|
||||
cd ${WRKSRC} && ${TAIL} +160 \
|
||||
cd ${WRKSRC} && ${TAIL} -n +160 \
|
||||
${MODSSL_SRC}/pkg.ssldoc/ssldoc.patch \
|
||||
| ${PATCH} ${PATCH_ARGS}
|
||||
${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
|
||||
|
|
Loading…
Reference in a new issue