aboutsummaryrefslogtreecommitdiff
path: root/misc/bogosort
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bogosort')
-rw-r--r--misc/bogosort/Makefile1
-rw-r--r--misc/bogosort/pkg-comment1
2 files changed, 1 insertions, 1 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