diff options
author | agc <agc@pkgsrc.org> | 2001-02-16 14:30:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-16 14:30:10 +0000 |
commit | 5db9dc6826de4c5bfec1656c0935b20663fd040c (patch) | |
tree | c5f89225600e65651b0a3ac8e5a2dcd2fb952d7f /comms/minicom | |
parent | a1f9e67a9867e6a25e34e46a5845df77c5f95d76 (diff) | |
download | pkgsrc-5db9dc6826de4c5bfec1656c0935b20663fd040c.tar.gz |
fix a typo from the COMMENT changes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 68dca62a0a8..b85232e957f 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/02/16 13:56:18 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/02/16 14:30:10 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.clinet.fi/~walker/minicom.html -COMMENT= MS-DOS Telix serial communication program ''workalike" +COMMENT= MS-DOS Telix serial communication program "workalike" BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gkermit-*:../../comms/gkermit |