Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 22:05:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342368 - head/devel/cdialog
Message-ID:  <201402022205.s12M59Kp092924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  2 22:05:08 2014
New Revision: 342368
URL: http://svnweb.freebsd.org/changeset/ports/342368
QAT: https://qat.redports.org/buildarchive/r342368/

Log:
  - Fix build with ncurses from ports
  - Finish stage support

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

Modified: head/devel/cdialog/Makefile
==============================================================================
--- head/devel/cdialog/Makefile	Sun Feb  2 21:49:27 2014	(r342367)
+++ head/devel/cdialog/Makefile	Sun Feb  2 22:05:08 2014	(r342368)
@@ -33,7 +33,7 @@ INSTALL_TARGET=	install-strip install-ma
 .include <bsd.port.pre.mk>
 
 .if ${NCURSESBASE} != /usr
-CONFIGURE_ARGS=	--with-curses-dir=${NCURSESBASE}
+CONFIGURE_ARGS+=	--with-curses-dir=${NCURSESBASE}
 .endif
 
 post-patch:

Modified: head/devel/cdialog/pkg-plist
==============================================================================
--- head/devel/cdialog/pkg-plist	Sun Feb  2 21:49:27 2014	(r342367)
+++ head/devel/cdialog/pkg-plist	Sun Feb  2 22:05:08 2014	(r342368)
@@ -8,6 +8,8 @@ lib/libcdialog.a
 lib/libcdialog.la
 lib/libcdialog.so
 lib/libcdialog.so.10
+man/man1/cdialog.1.gz
+man/man3/cdialog.3.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar-stdout



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