Add \s to end of continuation lines so make <anything> will succeed.

Submitted by:	bento
This commit is contained in:
Satoshi Asami 2001-10-19 05:39:44 +00:00
parent 61a4488549
commit 743e8b0f63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48930

View File

@ -25,8 +25,8 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cry
${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${PERLBASE}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer
${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RESTRICTED= "Crypto; export-controlled"