diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-20 07:57:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-20 07:57:24 +0000 |
commit | 3e7dfcf000b6286cd1be3bed00b9829635f47ac0 (patch) | |
tree | 5db24e0f3ff496af96fd96c40fe669b355738f04 /devel/cvs+ipv6 | |
parent | 9f57479ac1766785829393f75a8a80fdf1395038 (diff) | |
download | ports-3e7dfcf000b6286cd1be3bed00b9829635f47ac0.tar.gz ports-3e7dfcf000b6286cd1be3bed00b9829635f47ac0.zip |
Add missing INFO files
Notes
Notes:
svn path=/head/; revision=107673
Diffstat (limited to 'devel/cvs+ipv6')
-rw-r--r-- | devel/cvs+ipv6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cvs+ipv6/Makefile b/devel/cvs+ipv6/Makefile index d7908203e88f..040d18796c0a 100644 --- a/devel/cvs+ipv6/Makefile +++ b/devel/cvs+ipv6/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \ MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 +INFO= cvs cvsclient CVS_SITE?= :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs CVS_VER?= v${PORTVERSION:S/./_/g} |