summaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index db35fe848438..5706d4042b12 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.3
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.3
LIBS+= -lgnugetopt
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib/ ${LIBS}"
-MAN= cvs.1 cvs.5 cvsbug.8
+MAN1= cvs.1
+MAN5= cvs.5
+MAN8= cvsbug.8
.include <bsd.port.mk>