diff options
author | dmcmahill <dmcmahill> | 2001-05-09 03:30:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-05-09 03:30:25 +0000 |
commit | 4a2407e69bbe210a2385afc7e58ba6ac013dd1e9 (patch) | |
tree | b90826303591f828870a5c47ee8c9a6c330b496d /pkgtools | |
parent | 5ee482f7bdcfa995734247afdf4f1ed656c3e91c (diff) | |
download | pkgsrc-4a2407e69bbe210a2385afc7e58ba6ac013dd1e9.tar.gz |
fix COMMENT typo.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/cdpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/cdpack/Makefile b/pkgtools/cdpack/Makefile index 26c09699799..a70e6fde1d5 100644 --- a/pkgtools/cdpack/Makefile +++ b/pkgtools/cdpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 18:16:41 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/09 03:30:25 dmcmahill Exp $ # DISTNAME= cdpack-1.0 @@ -8,7 +8,7 @@ DISTFILES= # empty MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.netbsd.org -COMMENT= utility to create and multi-cd binary package collections +COMMENT= utility to create multi-cd binary package collections # for mkisofs DEPENDS+= cdrecord-*:../../sysutils/cdrecord |