aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-04-21 23:32:07 +0800
committerdinoex <dinoex@FreeBSD.org>2001-04-21 23:32:07 +0800
commit0294ffd88272cab063abcb08db48fe53ea85d066 (patch)
tree5bada41f69156b91afe014142a729141935a55d8 /devel
parentd3216d4bfe31195f21c2d68673f531d0b9ebeee7 (diff)
downloadfreebsd-ports-gnome-0294ffd88272cab063abcb08db48fe53ea85d066.tar.gz
freebsd-ports-gnome-0294ffd88272cab063abcb08db48fe53ea85d066.tar.zst
freebsd-ports-gnome-0294ffd88272cab063abcb08db48fe53ea85d066.zip
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
Diffstat (limited to 'devel')
-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>