diff options
author | ryoon <ryoon> | 2013-11-22 12:50:52 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-11-22 12:50:52 +0000 |
commit | b5be6602de0030716c31aa072d4a38931ff160d6 (patch) | |
tree | 750f47ebc2269f6c4bd29b9867e6e8f2c1e2d2c9 /net | |
parent | 2d8491085deb927d0ef4bae147de1be195e20ee9 (diff) | |
download | pkgsrc-b5be6602de0030716c31aa072d4a38931ff160d6.tar.gz |
Fix COMMENT, thank you, wiz@.
Diffstat (limited to 'net')
-rw-r--r-- | net/mirall/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mirall/Makefile b/net/mirall/Makefile index 4bb2265cc50..37ab35d37a4 100644 --- a/net/mirall/Makefile +++ b/net/mirall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/11/22 12:11:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2013/11/22 12:50:52 ryoon Exp $ DISTNAME= mirall-1.4.2 CATEGORIES= net @@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://owncloud.org/sync-clients/ -COMMENT= TODO: Short description of the package +COMMENT= Graphicsl file synchronization program for OwnCloud LICENSE= gnu-gpl-v2 CFLAGS+= -g |