diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 19:05:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2000-12-30 19:05:00 +0000 |
commit | 843f07e8a8ee77b80f871983b37ef064142de453 (patch) | |
tree | b99890b667727d84a34a0eca783e7dd7e09c2436 /games | |
parent | use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4. (diff) |
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
PR: 23693
Submitted by: myself
Non-responce from: maintainer
Notes
Notes:
svn path=/head/; revision=36475
Diffstat (limited to '')
-rw-r--r-- | games/mindfocus/Makefile | 1 | ||||
-rw-r--r-- | games/mindfocus/files/patch-ac | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/games/mindfocus/Makefile b/games/mindfocus/Makefile index 6e9c53660ce4..76d6a80b0162 100644 --- a/games/mindfocus/Makefile +++ b/games/mindfocus/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ixtl@utmc.or.jp USE_IMAKE= yes USE_XPM= yes -NO_INSTALL_MANPAGES= yes RESTRICTED= 'contains commercial character data' post-install: diff --git a/games/mindfocus/files/patch-ac b/games/mindfocus/files/patch-ac new file mode 100644 index 000000000000..7524fa821c68 --- /dev/null +++ b/games/mindfocus/files/patch-ac @@ -0,0 +1,11 @@ +--- mindfocus/Imakefile.orig Wed Jun 14 20:00:24 2000 ++++ mindfocus/Imakefile Wed Nov 1 07:25:08 2000 +@@ -27,7 +27,7 @@ + + CFLAGS += $(CDEFINES) + +-ComplexProgramTarget(mindfocus) ++ComplexProgramTargetNoMan(mindfocus) + InstallNamedNonExec(../system.mindfocus,system.mindfocus,DATADIR) + + mindfocus.o:: ../lib/inifile/inifile.h mfc.h |