aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-27 23:12:39 +0800
committerpav <pav@FreeBSD.org>2003-12-27 23:12:39 +0800
commitd93b89373e359c9679b89c1ae39e32550e844fd9 (patch)
tree10f50cd4fef6bb4ed6088aa5da2fb376ed011c03
parentb5228441802fb8372483129d40c82005c262aa44 (diff)
downloadfreebsd-ports-gnome-d93b89373e359c9679b89c1ae39e32550e844fd9.tar.gz
freebsd-ports-gnome-d93b89373e359c9679b89c1ae39e32550e844fd9.tar.zst
freebsd-ports-gnome-d93b89373e359c9679b89c1ae39e32550e844fd9.zip
- Fix MAN1
PR: ports/60621 Submitted by: Ports Fury
-rw-r--r--games/crossfire-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile
index 542a63e2d03e..a4b38b592905 100644
--- a/games/crossfire-client/Makefile
+++ b/games/crossfire-client/Makefile
@@ -37,7 +37,7 @@ MAN1= cfclient.1
.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME+= gtk12
-MAN1= gcfclient.1
+MAN1+= gcfclient.1
.else
CONFIGURE_ARGS+= --disable-gtk
.endif