diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-31 08:41:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-31 08:41:43 +0000 |
commit | bf3d4e34b0c5eb30884f33d14e6b180dbb12730c (patch) | |
tree | 5826925e47f1758ad7b9edde8a81829ea5982c9e | |
parent | 8ecf6f964707f4538a4c255dd730128a9d8b694b (diff) | |
download | pkgsrc-bf3d4e34b0c5eb30884f33d14e6b180dbb12730c.tar.gz |
Fix typo in COMMENT.
-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 8f65f829b98..76e775f315a 100644 --- a/net/mirall/Makefile +++ b/net/mirall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/12/30 22:11:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2014/12/31 08:41:43 wiz Exp $ DISTNAME= mirall-1.7.1 CATEGORIES= net @@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ryoon@NetBSD.org HOMEPAGE= http://owncloud.org/sync-clients/ -COMMENT= Graphicsl file synchronization program for OwnCloud +COMMENT= Graphical file synchronization program for OwnCloud LICENSE= gnu-gpl-v2 # Do not use libocsync.so from net/ocsync. |