diff options
-rw-r--r-- | devel/cvs-devel/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs-devel/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile index 3fcb942867fb..43a824f95764 100644 --- a/devel/cvs-devel/Makefile +++ b/devel/cvs-devel/Makefile @@ -20,15 +20,11 @@ CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \ --with-editor="vi" \ --with-tmpdir="/tmp" -MAN1= cvs.1 -MAN5= cvs.5 -MAN8= cvsbug.8 INFO= cvs cvsclient CVS_SITE?= :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs CVS_VER?= v${PORTVERSION:S//_/g} -NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \ ${WRKSRC}/configure diff --git a/devel/cvs-devel/pkg-plist b/devel/cvs-devel/pkg-plist index 2fa7cc96bd5c..41ec274254f3 100644 --- a/devel/cvs-devel/pkg-plist +++ b/devel/cvs-devel/pkg-plist @@ -1,6 +1,9 @@ bin/cvs bin/cvsbug bin/rcs2log +man/man1/cvs.1.gz +man/man5/cvs.5.gz +man/man8/cvsbug.8.gz share/cvs/contrib/README share/cvs/contrib/clmerge share/cvs/contrib/cln_hist |