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/mksunbootcd | |
parent | 72fe278a6229da2c90b3acaf7f31a1f2b52ccbda (diff) | |
download | pkgsrc-86c6e000bc2764b5e2e3e891bd4c51cc91194944.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'sysutils/mksunbootcd')
-rw-r--r-- | sysutils/mksunbootcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mksunbootcd/Makefile b/sysutils/mksunbootcd/Makefile index 6f2e864149c..36e284568ea 100644 --- a/sysutils/mksunbootcd/Makefile +++ b/sysutils/mksunbootcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:43 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 17:24:21 martti Exp $ # DISTNAME= mksunbootcd-19990513 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.NetBSD.org -COMMENT= combines filesystems for Sun computers to make bootable CD-ROM images +COMMENT= Combines filesystems for Sun computers to make bootable CD-ROM images do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/sbin |