diff options
author | tron <tron> | 2008-05-25 20:49:39 +0000 |
---|---|---|
committer | tron <tron> | 2008-05-25 20:49:39 +0000 |
commit | 91a3e76eec9a4eb1957d437dc43b1142fe42498d (patch) | |
tree | 5aecec5e076e92bc3cd8a21013ceb6f36a9c26df /net/cia | |
parent | 296739e8e081c0f3dffe5191cb7ef5f8e8780ad9 (diff) | |
download | pkgsrc-91a3e76eec9a4eb1957d437dc43b1142fe42498d.tar.gz |
Fix indentation.
Diffstat (limited to 'net/cia')
-rw-r--r-- | net/cia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cia/Makefile b/net/cia/Makefile index 6aa6eb223e5..20ae8050df3 100644 --- a/net/cia/Makefile +++ b/net/cia/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2008/05/25 14:45:17 tron Exp $ +# $NetBSD: Makefile,v 1.12 2008/05/25 20:49:39 tron Exp $ DISTNAME= cia-20030922 CATEGORIES= net MASTER_SITES= http://scheler.de/~matthias/files/ EXTRACT_SUFX= .tar.bz2 -OWNER= tron@NetBSD.org +OWNER= tron@NetBSD.org COMMENT= Simple IP accounting software DOC_DIR= ${PREFIX}/share/doc/cia |