diff options
author | agc <agc> | 2003-04-24 14:16:07 +0000 |
---|---|---|
committer | agc <agc> | 2003-04-24 14:16:07 +0000 |
commit | 5ded335a9abbc95f7b7ace0b0b78ba1fcfdb23d4 (patch) | |
tree | 78249d0251730cc1567cc527d5be27fb0ad56b10 /pkgtools | |
parent | a3039e2768b962f935d4d464cfd3f10d3b9cd818 (diff) | |
download | pkgsrc-5ded335a9abbc95f7b7ace0b0b78ba1fcfdb23d4.tar.gz |
Remove the package name from the COMMENT
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/mtree/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile index 3a18cca40f0..d44fdc80edf 100644 --- a/pkgtools/mtree/Makefile +++ b/pkgtools/mtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/04/03 12:55:21 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/24 14:16:07 agc Exp $ # DISTNAME= mtree-20030331 @@ -8,7 +8,7 @@ DISTFILES= # empty MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ -COMMENT= mtree - a utility for mapping directory hierarchies +COMMENT= a utility for mapping directory hierarchies USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined |