diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /sysutils/lsof | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.zst freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip |
Style nits in the ports I maintain.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index b3bc74e50422..37c16b55691e 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ # ex:ts=8 -# New ports collection makefile for: lsof -# Version required: 3.87 -# Date created: Sat July 20, 1996 -# Whom: David O'Brien (obrien@FreeBSD.org) +# Ports collection makefile for: lsof +# Version required: 3.87 +# Date created: Sat July 20, 1996 +# Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # @@ -17,7 +17,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes |