freebsd-ports/x11-toolkits/open-motif/files/patch-util-Imakefile
David E. O'Brien 81736f7a20 Update to build properly from sources rather than re-package the Metrolink
offering.

Portions of this port came from the following (the rest was my own blood
and sweat):
PR:		18691
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>

Submitted by:	Sungman Cho <smcho@tsp.korea.ac.kr> (via -ports)
2000-07-19 12:58:57 +00:00

20 lines
620 B
Plaintext

--- config/util/Imakefile.orig Fri Apr 28 17:04:07 2000
+++ config/util/Imakefile Thu May 18 11:17:19 2000
@@ -1,4 +1,16 @@
XCOMM $XConsortium: Imakefile /main/16 1996/11/13 14:43:28 lehors $
+
+#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
+
#if UseCCMakeDepend
MDEP_PROG = makedepend
#endif