aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-12-17 20:57:03 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-12-17 20:57:03 +0800
commit3746cff83ed1275eab415ae49e4c533afaab2165 (patch)
treecd6d85d96fb8aa90e222d2ec17574fadd99256c4
parentc3ec9984086310cce025db230a5f16c37aa8c39e (diff)
downloadfreebsd-ports-gnome-3746cff83ed1275eab415ae49e4c533afaab2165.tar.gz
freebsd-ports-gnome-3746cff83ed1275eab415ae49e4c533afaab2165.tar.zst
freebsd-ports-gnome-3746cff83ed1275eab415ae49e4c533afaab2165.zip
- Add LICENSE_FILE
- Silence patch message - Cosmetic change
-rw-r--r--devel/editline/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/editline/Makefile b/devel/editline/Makefile
index f0099bda843c..dcea3bd9d434 100644
--- a/devel/editline/Makefile
+++ b/devel/editline/Makefile
@@ -8,20 +8,21 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Minix editline: A free readline() for UNIX
LICENSE= BSD4CLAUSE
-
-USES= autoreconf libtool ncurses pathfix
-USE_GITHUB= yes
-GH_ACCOUNT= troglobit
-
-USE_LDCONFIG= yes
+LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+USES= autoreconf libtool ncurses pathfix
+
PORTDOCS= *
+GH_ACCOUNT= troglobit
+USE_GITHUB= yes
+
+# Rename to libeditline.3 to avoid conflict with libedit
post-patch:
- # rename to libeditline.3 to avoid conflict with libedit
- ${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am
- cd ${WRKSRC}/man; ${MV} editline.3 libeditline.3
+ @${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am
+ @${MV} ${WRKSRC}/man/editline.3 ${WRKSRC}/man/libeditline.3
.include <bsd.port.mk>