diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-19 16:07:30 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-19 16:07:30 +0000 |
commit | 33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b (patch) | |
tree | a75c47ce08f0ca053c58b8d5eeaf8d29744c1f51 /misc/bogosort/Makefile | |
parent | bf934225cecc2d5e50c2dc5c3de8535592d56007 (diff) |
Notes
Diffstat (limited to 'misc/bogosort/Makefile')
-rw-r--r-- | misc/bogosort/Makefile | 1 |
1 files changed, 1 insertions, 0 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} |