1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-toolkits/open-motif/files/patch-makedepend-Imakefile
Satoshi Asami 70cd22c788 Don't install imake config files other than Motif.* and host.def.
Don't install imake and makedepend (although we need to build them for
internal use -- it is too hard to make it use the installed versions).
Make PLIST complete and add more manpages to MAN*.

Approved by:	obrien (defact maintainer)
2000-08-18 17:42:04 +00:00

20 lines
701 B
Plaintext

--- config/makedepend/Imakefile.org Fri Apr 28 08:04:06 2000
+++ config/makedepend/Imakefile Sat Aug 5 12:50:48 2000
@@ -1,5 +1,16 @@
XCOMM $TOG: Imakefile /main/27 1997/04/30 15:38:09 kaleb $
+#ifdef FreeBSDArchitecture
+#undef InstallProgram
+#define InstallProgram(file,dest) /* as nothing */
+#undef InstallNamedProg
+#define InstallNamedProg(srcname,dstname,dest) /* as nothing */
+#undef InstallManPage
+#define InstallManPage(file,dest) /* as nothing */
+#undef InstallManPageLong
+#define InstallManPageLong(srcname,dest,dstname) /* as nothing */
+#endif
+
SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c
OBJS = include.o main.o parse.o pr.o cppsetup.o ifparser.o