diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 22:05:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 22:05:08 +0000 |
commit | f414c632ad6cc5e8e0235b8e547eb843801ea262 (patch) | |
tree | 55de17d94555ec9160bd03244fd3e20564f0d580 /devel/cdialog | |
parent | f21c74b84cd1df5db79b7963bb6f8f907c759a80 (diff) |
Notes
Diffstat (limited to 'devel/cdialog')
-rw-r--r-- | devel/cdialog/Makefile | 2 | ||||
-rw-r--r-- | devel/cdialog/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index 292a77002ce9..d35075675866 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 097d58b19f91..b45074afa252 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 |