diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 15:39:59 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 15:39:59 +0000 |
commit | 203e83cc4d68bc5ea62367b2faed800974280405 (patch) | |
tree | 9b71cf052774b6447fd572f9b64f366022197a2c | |
parent | 3dd670cf51dc2ceabfcff7060b1b768cf98155df (diff) | |
download | ports-203e83cc4d68bc5ea62367b2faed800974280405.tar.gz ports-203e83cc4d68bc5ea62367b2faed800974280405.zip |
. trim Makefile Headers;
. remove the indefinite article from COMMENT.
Notes
Notes:
svn path=/head/; revision=319255
-rw-r--r-- | sysutils/npadmin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/npadmin/Makefile b/sysutils/npadmin/Makefile index 5dc256f55865..abc2ccf22e56 100644 --- a/sysutils/npadmin/Makefile +++ b/sysutils/npadmin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: npadmin -# Date created: 13 Nov 1998 -# Whom: Dom Mitchell <dom@happygiraffe.net> -# +# Created by: Dom Mitchell <dom@happygiraffe.net> # $FreeBSD$ -# PORTNAME= npadmin PORTVERSION= 0.8.7 @@ -12,7 +8,7 @@ CATEGORIES= sysutils print MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An SNMP based command line network printer management tool +COMMENT= SNMP based command line network printer management tool MAN1= npadmin.1 PLIST_FILES= bin/npadmin |