summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-05-09 20:46:27 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-05-09 20:46:27 +0000
commit8f4e84e587460833eb31b5d8820e27289a210980 (patch)
treeac9eb6279849db98f34f78cec610643eac240d82 /misc
parentFix a MD5 mismatch. (diff)
- Remove reference to old maintainer
- Force build with -O as Kevin Oberman reported problems with -O2 PR: 80711
Notes
Notes: svn path=/head/; revision=134952
Diffstat (limited to 'misc')
-rw-r--r--misc/most/Makefile1
-rw-r--r--misc/most/pkg-descr1
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/most/Makefile b/misc/most/Makefile
index a55e8ac5b8c3..516b357f8f32 100644
--- a/misc/most/Makefile
+++ b/misc/most/Makefile
@@ -20,5 +20,6 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-mmap
MAN1= most.1
+CFLAGS+= -O
.include <bsd.port.mk>
diff --git a/misc/most/pkg-descr b/misc/most/pkg-descr
index 3d08b00db0e6..f898e604a7b2 100644
--- a/misc/most/pkg-descr
+++ b/misc/most/pkg-descr
@@ -12,4 +12,3 @@ language (Japanese, Korean, Chinese, etc).
WWW: http://space.mit.edu/~davis/jedsoft/most/
FTP: ftp://ftp.jedsoft.org/pub/davis/most
-maintainer: Richard Hwang <rhwang@bigpanda.com>