Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2017 09:00:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444928 - head/www/dillo2
Message-ID:  <201707030900.v6390GNT099370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul  3 09:00:16 2017
New Revision: 444928
URL: https://svnweb.freebsd.org/changeset/ports/444928

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to options helpers
  - Update WWW

Modified:
  head/www/dillo2/Makefile
  head/www/dillo2/pkg-descr

Modified: head/www/dillo2/Makefile
==============================================================================
--- head/www/dillo2/Makefile	Mon Jul  3 08:48:58 2017	(r444927)
+++ head/www/dillo2/Makefile	Mon Jul  3 09:00:16 2017	(r444928)
@@ -13,7 +13,8 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast, small graphical Web browser built upon fltk
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
 RUN_DEPENDS=	wget:ftp/wget
@@ -81,22 +82,22 @@ post-patch:
 		${WRKSRC}/dillo-install-hyphenation \
 		${WRKSRC}/doc/dillo.1.in \
 		${WRKSRC}/dpid/dpid.c
-.if ${PORT_OPTIONS:MDOCS}
+
+post-patch-DOCS-on:
 	@${REINPLACE_CMD} -e "\|install-data-am:|s|install-dist_docDATA||" \
 		${WRKSRC}/doc/Makefile.in
-.endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
-.endif
 	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dillo/hyphenation
-.if ${PORT_OPTIONS:MHYPHENATION}
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
+
+post-install-HYPHENATION-on:
 .for _l in ${HYPHENATION_LANGS}
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/hyph-${_l}.pat.txt \
 	${STAGEDIR}${PREFIX}/libexec/dillo/hyphenation/${_l:C/-.*\$//}.pat
 .endfor
-.endif
 
 .include <bsd.port.post.mk>

Modified: head/www/dillo2/pkg-descr
==============================================================================
--- head/www/dillo2/pkg-descr	Mon Jul  3 08:48:58 2017	(r444927)
+++ head/www/dillo2/pkg-descr	Mon Jul  3 09:00:16 2017	(r444928)
@@ -3,4 +3,4 @@ stable, developer-friendly, usable, fast, and extensib
 new, experimental version of Dillo is based upon FLTK toolkit,
 rather than GTK1, and has been substantially rewritten.
 
-WWW: http://www.dillo.org/
+WWW: https://www.dillo.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707030900.v6390GNT099370>