- Add licenses (GPLv2)
- Fix DOCS Option, add extra-patch-Makefile.in Reviewed by: horia
This commit is contained in:
parent
a4674e6a09
commit
5c9573a6ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340982
@ -9,6 +9,8 @@ MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
COMMENT= User friendly command line shell
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake iconv
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
||||
@ -24,6 +26,8 @@ NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENV= ac_cv_func_gettext=yes
|
||||
NLS_CONFIGURE_OFF= --without-gettext
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^all:/s|user_doc|| ; \
|
||||
@ -37,6 +41,10 @@ post-patch:
|
||||
s|ncurses curses|curses| ; \
|
||||
s|ncurses.h||' ${WRKSRC}/configure.ac
|
||||
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
EXTRA_PATCHES+=${FILESDIR}/extra-patch-Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for i in fish fish_indent fish_pager fishd mimedb
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
|
||||
|
21
shells/fish/files/extra-patch-Makefile.in
Normal file
21
shells/fish/files/extra-patch-Makefile.in
Normal file
@ -0,0 +1,21 @@
|
||||
--- ./Makefile.in.orig 2013-10-19 22:10:26.000000000 +0200
|
||||
+++ ./Makefile.in 2014-01-25 02:35:57.000000000 +0100
|
||||
@@ -639,12 +639,12 @@
|
||||
true; \
|
||||
done;
|
||||
|
||||
- $(INSTALL) -m 755 -d $(DESTDIR)$(docdir)
|
||||
- for i in user_doc/html/* ChangeLog; do \
|
||||
- if test -f $$i; then \
|
||||
- $(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \
|
||||
- fi; \
|
||||
- done;
|
||||
+# $(INSTALL) -m 755 -d $(DESTDIR)$(docdir)
|
||||
+# for i in user_doc/html/* ChangeLog; do \
|
||||
+# if test -f $$i; then \
|
||||
+# $(INSTALL) -m 644 $$i $(DESTDIR)$(docdir); \
|
||||
+# fi; \
|
||||
+# done;
|
||||
$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
|
||||
for i in $(MANUALS); do \
|
||||
$(INSTALL) -m 644 $$i $(DESTDIR)$(mandir)/man1/; \
|
Loading…
Reference in New Issue
Block a user