diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-07-11 18:58:55 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-07-11 18:58:55 +0800 |
commit | 57a88fe1cb1ec9cede4e00823c93af6cef02023c (patch) | |
tree | 5853f1bab7090231fc619f5bfde75a354ee0ec07 /misc/openr2 | |
parent | 548f63a0e9c6da422af347e33044a3ba8e831a83 (diff) | |
download | freebsd-ports-gnome-57a88fe1cb1ec9cede4e00823c93af6cef02023c.tar.gz freebsd-ports-gnome-57a88fe1cb1ec9cede4e00823c93af6cef02023c.tar.zst freebsd-ports-gnome-57a88fe1cb1ec9cede4e00823c93af6cef02023c.zip |
Add manpages.
Diffstat (limited to 'misc/openr2')
-rw-r--r-- | misc/openr2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/openr2/Makefile b/misc/openr2/Makefile index 7087d4e19799..470832df8954 100644 --- a/misc/openr2/Makefile +++ b/misc/openr2/Makefile @@ -19,6 +19,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" USE_LDCONFIG= yes +MAN5= r2test.conf.5 +MAN8= r2test.8 + CONF_FILES= etc/r2proto.conf etc/r2test.conf post-install: |