diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-11-22 12:50:52 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-11-22 12:50:52 +0000 |
commit | 51bd3af77a1e588293fbea2aca413fc0774b1e4a (patch) | |
tree | 750f47ebc2269f6c4bd29b9867e6e8f2c1e2d2c9 /net/mirall | |
parent | e4ecb1255475f2e53ae9be23ea4b5eed99236af7 (diff) | |
download | pkgsrc-51bd3af77a1e588293fbea2aca413fc0774b1e4a.tar.gz |
Fix COMMENT, thank you, wiz@.
Diffstat (limited to 'net/mirall')
-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 |