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/libsocket++ | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'net/libsocket++')
-rw-r--r-- | net/libsocket++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index d9c9de81c2ae..0375a7a8263f 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: libsocket++ # Date created: Sun Jan 19, 1997 # Whom: Narvi <narvi@haldjas.folklore.ee> @@ -9,7 +8,7 @@ PORTNAME= libsocket++ PORTVERSION= 1.10 -CATEGORIES= net +CATEGORIES= net MASTER_SITES= ftp://ftp.umsicht.fhg.de/pub/unix/language/C++/class-libraries/ \ ftp://ftp.par.univie.ac.at/pub/unix/c++/ \ ftp://jungfrau.ptf.hro.nl/pub/socket/ |