diff options
author | fjoe <fjoe@FreeBSD.org> | 2009-03-15 21:37:10 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2009-03-15 21:37:10 +0800 |
commit | 46f18ae38e189a242fc56d414669424b67956135 (patch) | |
tree | 6874bdc66929350ea060e7da2e84b17866fb53ff | |
parent | aace3f8160fa00a472ad9b3954063c468dfd3bcd (diff) | |
download | freebsd-ports-gnome-46f18ae38e189a242fc56d414669424b67956135.tar.gz freebsd-ports-gnome-46f18ae38e189a242fc56d414669424b67956135.tar.zst freebsd-ports-gnome-46f18ae38e189a242fc56d414669424b67956135.zip |
Add missing manpages to plist.
-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: |