diff options
author | martti <martti> | 2003-07-21 17:24:10 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:24:10 +0000 |
commit | 655cc48ed5a3aa3c8551ab8815d2d9994ca0d875 (patch) | |
tree | 34f07aca3cfbb1a61c55291a005b500b6621faa1 /sysutils/file | |
parent | a661b3f38ba3e9912410df3c29d767a86eb25deb (diff) | |
download | pkgsrc-655cc48ed5a3aa3c8551ab8815d2d9994ca0d875.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'sysutils/file')
-rw-r--r-- | sysutils/file/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 97ee30705e7..690889a6bf6 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:53:34 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 17:24:14 martti Exp $ DISTNAME= file-4.02 CATEGORIES= sysutils @@ -7,7 +7,7 @@ MASTER_SITES+= ftp://ftp.astron.com/pub/file/ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= -COMMENT= tool for determining file type +COMMENT= Tool for determining file type GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-fsect-man5 |