summaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-04-21 15:32:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-04-21 15:32:07 +0000
commitafa00c242d3b1fa91bf174898f715ecbf667bce0 (patch)
treee9c4aa948a7770f8be0ce145a62380bbcbd68924 /devel/gcvs
parentUpdate 4.2.1 -> 4.3.1: (diff)
MAN= cvs.1 cvs.5 cvsbug.8
Don't work on 4.x stable MAN= is not recognized in bsd.ports.mk reverted: MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 Happens for a lot of new ports, see also: http://bento.freebsd.org/errorlogs/4-full-logs/extras.html
Notes
Notes: svn path=/head/; revision=41762
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>