diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /net/p5-Net | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 861a2a4020f6..ce10b0698829 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -14,10 +14,10 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= demon@FreeBSD.org -USE_PERL5= YES +USE_PERL5= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= \ +MAN3= \ Net::Cmd.3 \ Net::Domain.3 \ Net::DummyInetd.3 \ @@ -32,6 +32,6 @@ MAN3= \ Net::libnetFAQ.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> |