Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 09:02:39 +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: r509715 - head/devel/cdialog
Message-ID:  <201908240902.x7O92dIQ001220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Aug 24 09:02:38 2019
New Revision: 509715
URL: https://svnweb.freebsd.org/changeset/ports/509715

Log:
  - Pet portlint
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cdialog/Makefile
  head/devel/cdialog/pkg-descr

Modified: head/devel/cdialog/Makefile
==============================================================================
--- head/devel/cdialog/Makefile	Sat Aug 24 08:28:22 2019	(r509714)
+++ head/devel/cdialog/Makefile	Sat Aug 24 09:02:38 2019	(r509715)
@@ -13,8 +13,6 @@ COMMENT=	Enhanced version of 'dialog' to work with ncu
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-OPTIONS_DEFINE=	EXAMPLES
-
 USES=		libtool:build ncurses tar:tgz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -27,6 +25,8 @@ MAKEFILE=	makefile
 
 INSTALL_TARGET=	install-strip install-man install-lib
 
+OPTIONS_DEFINE=	EXAMPLES
+
 .include <bsd.port.pre.mk>
 
 .if ${NCURSESBASE} != /usr
@@ -38,7 +38,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) $$(LIB)|$$(INSTALL_DATA) -s $$(LIB)|'\
 		${WRKSRC}/${MAKEFILE}.in
 
-post-install:
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
 

Modified: head/devel/cdialog/pkg-descr
==============================================================================
--- head/devel/cdialog/pkg-descr	Sat Aug 24 08:28:22 2019	(r509714)
+++ head/devel/cdialog/pkg-descr	Sat Aug 24 09:02:38 2019	(r509715)
@@ -6,4 +6,4 @@ and modified by several people.
 reported were not related to ncurses. After that, I resumed development,
 adding new widget types. See the changelog for details."
 
-WWW: http://invisible-island.net/dialog/
+WWW: https://invisible-island.net/dialog/



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