diff options
author | reed <reed@pkgsrc.org> | 2004-09-01 17:00:24 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-09-01 17:00:24 +0000 |
commit | 22f0e6ff1491480df1efac76c8ada11af23fcb4c (patch) | |
tree | 4643aad639c7e38e131e917653bdfe175338e805 /misc/mmv | |
parent | 5c37b557708abf23a27e5a3683cc2d71a6db3fd4 (diff) | |
download | pkgsrc-22f0e6ff1491480df1efac76c8ada11af23fcb4c.tar.gz |
Fix COMMENT by not mention name of software in COMMENT and removing
that it "is a program".
Also note that it can be used to "copy, append or link" also.
Diffstat (limited to 'misc/mmv')
-rw-r--r-- | misc/mmv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 760c1bd1459..e68751fe28c 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/09/01 16:54:46 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/09/01 17:00:24 reed Exp $ # DISTNAME= mmv_1.01b.orig @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/mmv/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= # none -COMMENT= mmv is a program to move multiple files using wildcard patterns +COMMENT= Move, copy, append or link multiple files using wildcard patterns WRKSRC= ${WRKDIR}/mmv-1.01b.orig ALL_TARGET= mmv |