diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
commit | 641e9357ef7c1e4db3956870e6ee72c8a3f69827 (patch) | |
tree | 68379cc0b07109926abe501586fada38ab6d522d /misc | |
parent | feb2839a2e9e6a5319c4b08f0b06aa7c7c11f772 (diff) | |
download | ports-641e9357ef7c1e4db3956870e6ee72c8a3f69827.tar.gz ports-641e9357ef7c1e4db3956870e6ee72c8a3f69827.zip |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu>
Notes
Notes:
svn path=/head/; revision=120589
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bogosort/Makefile | 2 | ||||
-rw-r--r-- | misc/histring/Makefile | 2 | ||||
-rw-r--r-- | misc/rname/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 0d08beb8c10c..cdb31a5d165c 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= roam@FreeBSD.org -COMMENT= "Sort (or not) stdin using the bogo-sort algorithm" +COMMENT= Sort (or not) stdin using the bogo-sort algorithm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/misc/histring/Makefile b/misc/histring/Makefile index 6b7ac29c3cb2..ac032458217d 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -11,7 +11,7 @@ CATEGORIES= misc MASTER_SITES= http://www.gusnet.cx:8080/proj/histring/ MAINTAINER= roam@FreeBSD.org -COMMENT= "A tool to highlight strings using the ANSI terminal escape sequences" +COMMENT= A tool to highlight strings using the ANSI terminal escape sequences GNU_CONFIGURE= yes PLIST_FILES= bin/histring diff --git a/misc/rname/Makefile b/misc/rname/Makefile index 9bafdff838c2..ad3390ebf431 100644 --- a/misc/rname/Makefile +++ b/misc/rname/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc MASTER_SITES= http://devel.ringlet.net/sysutils/rname/ MAINTAINER= roam@FreeBSD.org -COMMENT= "Execute a program with a fake name" +COMMENT= Execute a program with a fake name WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes |