diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-08-06 20:33:44 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-08-06 20:33:44 +0000 |
commit | 3a22cc4b00ca566a478403c3e0e71f3aa8e2a9b1 (patch) | |
tree | fd1a52dcccc1e1412867cd5dd73be1c6d9aee373 /misc/bogosort/Makefile | |
parent | e5ddd297003b338744100bc8649d7c2b824d7a80 (diff) | |
download | ports-3a22cc4b00ca566a478403c3e0e71f3aa8e2a9b1.tar.gz ports-3a22cc4b00ca566a478403c3e0e71f3aa8e2a9b1.zip |
Notes
Diffstat (limited to 'misc/bogosort/Makefile')
-rw-r--r-- | misc/bogosort/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 9f1646563150..bc29c535e2ac 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogosort -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= misc MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \ ftp://l82.ryd.student.liu.se/pub/unix/bogosort/ @@ -18,8 +18,6 @@ MAINTAINER= roam@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -USE_AUTOMAKE= yes -USE_GMAKE= yes MAN1= bogosort.1 |