diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /net-im | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz |
Style nits in the ports I maintain.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/icb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile index 38e533b..e8809d0 100644 --- a/net-im/icb/Makefile +++ b/net-im/icb/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: icb -# Version required: 5.0.9 +# Version required: 5.0.9 # Date created: Tue Feb 03, 1998 # Whom: David O'Brien (obrien@NUXI.ucdavis.edu) # @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.swcp.com/pub/icb/clients/unix/ \ ftp://ftp.tu-clausthal.de/pub/unix.new/net/ EXTRACT_SUFX= .tar.Z -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org do-configure: @cd ${WRKSRC}; \ |