diff options
author | Max Khon <fjoe@FreeBSD.org> | 2009-03-15 13:37:10 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2009-03-15 13:37:10 +0000 |
commit | eab26b112d93330036a786337434ff394afb90b1 (patch) | |
tree | eaa7fbf0d8bb3184dd21c713c455b83d1b2be8ba /devel/cvsnt | |
parent | a36928e800280cfcaab7d0047d76d5e2e666b4fe (diff) |
Notes
Diffstat (limited to 'devel/cvsnt')
-rw-r--r-- | devel/cvsnt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile index aed0ca6bb549..7b2daccd4687 100644 --- a/devel/cvsnt/Makefile +++ b/devel/cvsnt/Makefile @@ -28,8 +28,8 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2\ pcre.0:${PORTSDIR}/devel/pcre PLIST_SUB= PORTVERSION="${PORTVERSION}" -MAN1= cvs.1 -MAN5= cvs.5 +MAN1= cvs.1 cvslockd.1 +MAN5= cvs.5 PServer.5 Plugins.5 MLINKS= cvs.1 cvsnt.1 cvs.5 cvsnt.5 post-configure: |