aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2005-05-10 04:46:27 +0800
committerarved <arved@FreeBSD.org>2005-05-10 04:46:27 +0800
commitc2bc3d603dd4566ae8bf86d6865d16b7ac8d8002 (patch)
treee5caf7507a5d5f99cbadcfc9eda94fa4a66b582c /misc
parent93cca7a645f2037e2a808e4d9ad912f7cf3b7f09 (diff)
downloadfreebsd-ports-graphics-c2bc3d603dd4566ae8bf86d6865d16b7ac8d8002.tar.gz
freebsd-ports-graphics-c2bc3d603dd4566ae8bf86d6865d16b7ac8d8002.tar.zst
freebsd-ports-graphics-c2bc3d603dd4566ae8bf86d6865d16b7ac8d8002.zip
- Remove reference to old maintainer
- Force build with -O as Kevin Oberman reported problems with -O2 PR: 80711
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 a55e8ac5b8c..516b357f8f3 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 3d08b00db0e..f898e604a7b 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>