diff options
Diffstat (limited to 'sysutils/most/Makefile')
-rw-r--r-- | sysutils/most/Makefile | 13 |
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> |