aboutsummaryrefslogtreecommitdiff
path: root/sysutils/most/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-08-05 20:04:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-08-05 20:04:25 +0000
commit3db5fd3e209b23f820f8114afeb1db1bf82e45be (patch)
tree7a89921470a5e177b67ace296929c240571ae2ed /sysutils/most/Makefile
parent8903fd2b781aaf66801390f4a87ce405135dcc52 (diff)
downloadports-3db5fd3e209b23f820f8114afeb1db1bf82e45be.tar.gz
ports-3db5fd3e209b23f820f8114afeb1db1bf82e45be.zip
sysutils/most: Update to 5.2.0
- Update to 5.2.0 - While here pacify portclippy/portfmt
Diffstat (limited to 'sysutils/most/Makefile')
-rw-r--r--sysutils/most/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index 6cd1fe157366..de34d40bb75b 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -1,5 +1,5 @@
PORTNAME= most
-PORTVERSION= 5.1.0
+PORTVERSION= 5.2.0
CATEGORIES= sysutils
MASTER_SITES= http://www.jedsoft.org/releases/most/ \
LOCAL/ehaupt
@@ -11,14 +11,15 @@ LICENSE= GPLv2
LIB_DEPENDS= libslang.so:devel/libslang2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-mmap
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-mmap
-PLIST_FILES= bin/most man/man1/most.1.gz
+MAKE_JOBS_UNSAFE= yes
+
+PLIST_FILES= bin/most \
+ man/man1/most.1.gz
PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.rc most.txt
OPTIONS_DEFINE= DOCS
-MAKE_JOBS_UNSAFE= yes
-
.include <bsd.port.mk>