summaryrefslogtreecommitdiff
path: root/devel/libedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libedit/Makefile')
-rw-r--r--devel/libedit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile
index ceab866e517a..cdac55a4c12a 100644
--- a/devel/libedit/Makefile
+++ b/devel/libedit/Makefile
@@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE
USES= libtool ncurses pathfix
EDITVERSION= 3.1
-EDITDATE= 20150325
+EDITDATE= 20170329
WRKSRC= ${WRKDIR}/${PORTNAME}-${EDITDATE}-${EDITVERSION}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -26,4 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFLICTS_INSTALL= editline-*
+post-install:
+ ${MV} ${STAGEDIR}${PREFIX}/man/man3/history.3 ${STAGEDIR}${PREFIX}/man/man3/el_history.3
+
.include <bsd.port.mk>