- Add licenses (GPLv2)

- Fix DOCS Option, add extra-patch-Makefile.in

Reviewed by:	horia
This commit is contained in:
Rusmir Dusko 2014-01-25 02:40:17 +00:00
parent a4674e6a09
commit 5c9573a6ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340982
2 changed files with 29 additions and 0 deletions

View File

@ -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}

View 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/; \