aboutsummaryrefslogtreecommitdiff
path: root/devel/editline/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-06 14:44:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-06 14:44:30 +0000
commita94808d4ab3f72cd11acf5179dfac4cdd6df5d6e (patch)
tree73e5ac14fb0654fe0085f93edfcd81d15c91244b /devel/editline/Makefile
parent823a83c430644e409894a78b9c76126ae3d1d524 (diff)
downloadports-a94808d4ab3f72cd11acf5179dfac4cdd6df5d6e.tar.gz
ports-a94808d4ab3f72cd11acf5179dfac4cdd6df5d6e.zip
Update to 1.17.0
Notes
Notes: svn path=/head/; revision=522240
Diffstat (limited to 'devel/editline/Makefile')
-rw-r--r--devel/editline/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/editline/Makefile b/devel/editline/Makefile
index 1a6a22d5c82d..d8204f1bd679 100644
--- a/devel/editline/Makefile
+++ b/devel/editline/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= editline
-PORTVERSION= 1.16.1
+PORTVERSION= 1.17.0
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
@@ -21,9 +21,11 @@ USE_GITHUB= yes
OPTIONS_DEFINE= DOCS
-# Rename to libeditline.3 to avoid conflict with libedit
post-patch:
- @${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am
+# Do not install LICENSE to DOCSDIR
+ @${REINPLACE_CMD} -e '/doc_DATA/ s| LICENSE||' ${WRKSRC}/Makefile.am
+# Rename editline.3 to libeditline.3 to avoid conflict with libedit
+ @${REINPLACE_CMD} -e 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am
@${MV} ${WRKSRC}/man/editline.3 ${WRKSRC}/man/libeditline.3
.include <bsd.port.mk>