summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-02-19 16:07:30 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-02-19 16:07:30 +0000
commit33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b (patch)
treea75c47ce08f0ca053c58b8d5eeaf8d29744c1f51 /misc
parentRemove autoconf257. It's a work in progress and it's breaking the (diff)
Remove pkg-comment files in my ports.
Notes
Notes: svn path=/head/; revision=75894
Diffstat (limited to 'misc')
-rw-r--r--misc/bogosort/Makefile1
-rw-r--r--misc/bogosort/pkg-comment1
-rw-r--r--misc/histring/Makefile1
-rw-r--r--misc/histring/pkg-comment1
-rw-r--r--misc/rname/Makefile1
-rw-r--r--misc/rname/pkg-comment1
6 files changed, 3 insertions, 3 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile
index 99ef13f26ff7..2b4afe166f61 100644
--- a/misc/bogosort/Makefile
+++ b/misc/bogosort/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= roam@FreeBSD.org
+COMMENT= "Sort (or not) stdin using the bogo-sort algorithm"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/misc/bogosort/pkg-comment b/misc/bogosort/pkg-comment
deleted file mode 100644
index 0dc2765d762e..000000000000
--- a/misc/bogosort/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Sort (or not) stdin using the bogo-sort algorithm
diff --git a/misc/histring/Makefile b/misc/histring/Makefile
index 0332c4c9bf4b..d927731c0033 100644
--- a/misc/histring/Makefile
+++ b/misc/histring/Makefile
@@ -11,6 +11,7 @@ CATEGORIES= misc
MASTER_SITES= http://www.gusnet.cx/proj/histring/
MAINTAINER= roam@FreeBSD.org
+COMMENT= "A tool to highlight strings using the ANSI terminal escape sequences"
GNU_CONFIGURE= yes
diff --git a/misc/histring/pkg-comment b/misc/histring/pkg-comment
deleted file mode 100644
index b569a76949c8..000000000000
--- a/misc/histring/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A tool to highlight strings using the ANSI terminal escape sequences
diff --git a/misc/rname/Makefile b/misc/rname/Makefile
index d38de3daa1eb..d944179e4895 100644
--- a/misc/rname/Makefile
+++ b/misc/rname/Makefile
@@ -11,6 +11,7 @@ CATEGORIES= misc
MASTER_SITES= http://ringwraith.online.bg/devel/sysutils/rname/
MAINTAINER= roam@FreeBSD.org
+COMMENT= "Execute a program with a fake name"
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
diff --git a/misc/rname/pkg-comment b/misc/rname/pkg-comment
deleted file mode 100644
index 12783d469e7f..000000000000
--- a/misc/rname/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Execute a program with a fake name