summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-03 08:13:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-03 08:13:55 +0000
commite1d983bc3d1bd752f0374259f5f5271bd51c5bd3 (patch)
treeb6c961beef80d66f96df55bc8b78707f609b3ae7 /games
parentAdd libcgiparse.so. While I'm here, convert from a.out (.so.1.0) to (diff)
Typo (Mann -> MANN).
Submitted by: bento
Notes
Notes: svn path=/head/; revision=29148
Diffstat (limited to 'games')
-rw-r--r--games/xbl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile
index fbcf7ed0d0d9..1055bcce804a 100644
--- a/games/xbl/Makefile
+++ b/games/xbl/Makefile
@@ -16,6 +16,6 @@ MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${PREFIX}/include
-MANn= xbl.n
+MANN= xbl.n
.include <bsd.port.mk>