diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2014-08-17 08:25:51 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2014-08-17 08:25:51 +0000 |
commit | 1e942b4de35e7c4cf18ad796be0de35c3cc75ca6 (patch) | |
tree | d181d3099d73830c55eddcdb88b2db47a80ad7e7 /misc/bogosort | |
parent | 1627e0411bceae3c7d0352a0c9ad9d8015c3ed40 (diff) |
Notes
Diffstat (limited to 'misc/bogosort')
-rw-r--r-- | misc/bogosort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 95b1037d46d6..56a4a01381be 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sort (or not) stdin using the bogo-sort algorithm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |