diff options
author | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-05-25 20:49:39 +0000 |
commit | 9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3 (patch) | |
tree | 5aecec5e076e92bc3cd8a21013ceb6f36a9c26df /net/cia | |
parent | c5aeda3346fa841ec18eb1797dcaa378f4a405de (diff) | |
download | pkgsrc-9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3.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 |