diff options
author | sf <sf@FreeBSD.org> | 2000-12-31 03:05:00 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2000-12-31 03:05:00 +0800 |
commit | ec93fbea3f7a70a7a85bfda0a1ce051be0df9b22 (patch) | |
tree | 142ac9c56c34bd1427b8cf6d640943b98524842a /games/mindfocus | |
parent | 82650aef447d24ce7879c452fff41e460d27feaf (diff) | |
download | freebsd-ports-gnome-ec93fbea3f7a70a7a85bfda0a1ce051be0df9b22.tar.gz freebsd-ports-gnome-ec93fbea3f7a70a7a85bfda0a1ce051be0df9b22.tar.zst freebsd-ports-gnome-ec93fbea3f7a70a7a85bfda0a1ce051be0df9b22.zip |
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
PR: 23693
Submitted by: myself
Non-responce from: maintainer
Diffstat (limited to 'games/mindfocus')
-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 |