mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
18 lines
386 B
Plaintext
18 lines
386 B
Plaintext
$NetBSD: patch-aa,v 1.2 2000/12/15 09:43:54 abs Exp $
|
|
|
|
--- Imakefile.orig Fri Sep 11 13:50:44 1998
|
|
+++ Imakefile
|
|
@@ -9,8 +9,11 @@
|
|
#ifdef FreeBSDArchitecture
|
|
INSTALLFLAGS=-c -g operator -m 2755
|
|
#endif
|
|
+#ifdef NetBSDArchitecture
|
|
+INSTALLFLAGS=-c -m 755
|
|
+#endif
|
|
#ifdef LinuxArchitecture
|
|
INSTALLFLAGS=-c -m 2755
|
|
#endif
|
|
|
|
-ComplexProgramTarget(xbatt)
|
|
+ComplexProgramTargetNoMan(xbatt)
|