aboutsummaryrefslogtreecommitdiff
path: root/shells/dash
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-11 20:25:22 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-11 20:25:22 +0000
commit0695da6953c26c3a427a92446932eabeabba9a8f (patch)
treec3c55bbd933b6da8d1884cbaacfa7c543ce1d45b /shells/dash
parent70b256445cc61879522d2c98ea5c09b9a23ab3f9 (diff)
downloadports-0695da6953c26c3a427a92446932eabeabba9a8f.tar.gz
ports-0695da6953c26c3a427a92446932eabeabba9a8f.zip
Diffstat (limited to 'shells/dash')
-rw-r--r--shells/dash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile
index 35b92c721192..58c6c09140a1 100644
--- a/shells/dash/Makefile
+++ b/shells/dash/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dash
PORTVERSION= 0.5.12
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
@@ -11,6 +12,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
# SIGRTMAX is larger than NSIG*2 which mksignames.c does not support. Just
# disable RT signal handling.
CFLAGS+= -DUNUSABLE_RT_SIGNALS
@@ -18,7 +20,7 @@ CFLAGS+= -DUNUSABLE_RT_SIGNALS
USES= cpe gmake
PLIST_FILES= bin/dash \
- man/man1/dash.1.gz
+ share/man/man1/dash.1.gz
PORTDOCS= ChangeLog
OPTIONS_DEFINE= DOCS