diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:24:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:24:16 +0000 |
commit | 86c6e000bc2764b5e2e3e891bd4c51cc91194944 (patch) | |
tree | 59c68b654e7a98a8674b41b149f1c30b8ec94db4 /sysutils/rtty | |
parent | 72fe278a6229da2c90b3acaf7f31a1f2b52ccbda (diff) | |
download | pkgsrc-86c6e000bc2764b5e2e3e891bd4c51cc91194944.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'sysutils/rtty')
-rw-r--r-- | sysutils/rtty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index 2aff5438a50..c04b80bf07d 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/07/17 22:53:47 grant Exp $ +# $NetBSD: Makefile,v 1.21 2003/07/21 17:24:32 martti Exp $ # FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp # @@ -9,7 +9,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ MAINTAINER= tech-pkg@NetBSD.org -COMMENT= multiuser "tip"/"cu" replacement with logging +COMMENT= Multiuser "tip"/"cu" replacement with logging pre-configure: ${CHMOD} -R u+w ${WRKDIR} |