summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-02 22:05:08 +0000
committerantoine <antoine@FreeBSD.org>2014-02-02 22:05:08 +0000
commit69df4fde103d27a4148bd103d2cc7aae0126a22f (patch)
tree55de17d94555ec9160bd03244fd3e20564f0d580
parentdf0ae1ed2e40d2de83716900504bcd5a6db2296f (diff)
downloadFreeBSD-ports-69df4fde103d27a4148bd103d2cc7aae0126a22f.zip
FreeBSD-ports-69df4fde103d27a4148bd103d2cc7aae0126a22f.tar.gz
- Fix build with ncurses from ports
- Finish stage support
-rw-r--r--devel/cdialog/Makefile2
-rw-r--r--devel/cdialog/pkg-plist2
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile
index 292a770..d350756 100644
--- a/devel/cdialog/Makefile
+++ b/devel/cdialog/Makefile
@@ -33,7 +33,7 @@ INSTALL_TARGET= install-strip install-man install-lib
.include <bsd.port.pre.mk>
.if ${NCURSESBASE} != /usr
-CONFIGURE_ARGS= --with-curses-dir=${NCURSESBASE}
+CONFIGURE_ARGS+= --with-curses-dir=${NCURSESBASE}
.endif
post-patch:
diff --git a/devel/cdialog/pkg-plist b/devel/cdialog/pkg-plist
index 097d58b..b45074a 100644
--- a/devel/cdialog/pkg-plist
+++ b/devel/cdialog/pkg-plist
@@ -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
OpenPOWER on IntegriCloud