diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 08:13:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 08:13:55 +0000 |
commit | e1d983bc3d1bd752f0374259f5f5271bd51c5bd3 (patch) | |
tree | b6c961beef80d66f96df55bc8b78707f609b3ae7 /games/xbl | |
parent | Add libcgiparse.so. While I'm here, convert from a.out (.so.1.0) to (diff) |
Typo (Mann -> MANN).
Submitted by: bento
Diffstat (limited to 'games/xbl')
-rw-r--r-- | games/xbl/Makefile | 2 |
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> |