svn commit: r509715 - head/devel/cdialog

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Aug 24 09:02:39 UTC 2019


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/


More information about the svn-ports-all mailing list