aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-17 01:33:20 +0800
commit51369898d389675759f44baed7961d59c8233c93 (patch)
tree8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /net/p5-Net
parent03f706620f3d8413ee3403771d9bc2bc73023978 (diff)
downloadfreebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst
freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'net/p5-Net')
-rw-r--r--net/p5-Net/Makefile6
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>