mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
81736f7a20
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)
20 lines
620 B
Plaintext
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
|