aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-client
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-27 15:12:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-27 15:12:39 +0000
commit8fc8038e2685d98a6fc2b1bf5409e70923730fe9 (patch)
treee3133103e791989918d4f5f2df477d2bbc48890e /games/crossfire-client
parente40b3f4cf76405ed468238616888c0f6fd78fed5 (diff)
downloadports-8fc8038e2685d98a6fc2b1bf5409e70923730fe9.tar.gz
ports-8fc8038e2685d98a6fc2b1bf5409e70923730fe9.zip
- Fix MAN1
PR: ports/60621 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=96695
Diffstat (limited to 'games/crossfire-client')
-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