diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:36:17 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:36:17 +0000 |
commit | bee4cae6b198b05b262e568c8fa26cb0eb856b4e (patch) | |
tree | a159135ecd5f9dbd1e9185314b77437eb6bc3e13 /games/xmj | |
parent | 876dd421f6c391f0dc48ba2af496b3cb8e00e01b (diff) | |
download | ports-bee4cae6b198b05b262e568c8fa26cb0eb856b4e.tar.gz ports-bee4cae6b198b05b262e568c8fa26cb0eb856b4e.zip |
Notes
Diffstat (limited to 'games/xmj')
-rw-r--r-- | games/xmj/Makefile | 1 | ||||
-rw-r--r-- | games/xmj/files/patch-aa | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/games/xmj/Makefile b/games/xmj/Makefile index 5bc0b447ab2b..fa01aab12201 100644 --- a/games/xmj/Makefile +++ b/games/xmj/Makefile @@ -14,6 +14,5 @@ DISTNAME= ${PORTNAME} MAINTAINER= swallace@FreeBSD.org USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes .include <bsd.port.mk> diff --git a/games/xmj/files/patch-aa b/games/xmj/files/patch-aa new file mode 100644 index 000000000000..f9d521c7334c --- /dev/null +++ b/games/xmj/files/patch-aa @@ -0,0 +1,8 @@ +--- Imakefile.orig Fri May 5 23:46:04 1989 ++++ Imakefile Wed Nov 1 10:31:43 2000 +@@ -4,4 +4,4 @@ + OBJS = bicons.o cicons.o cicons1.o cicons2.o cicons3.o cicons4.o \ + cicons5.o event.o icons.o mj.o nicons.o + +-ComplexProgramTarget(xmj) ++ComplexProgramTargetNoMan(xmj) |