Files
antoine ca6fe40c5a - Allow staging as a regular user
- Bump portrevision as it was not packaged with intended owner
2015-02-03 17:56:54 +00:00

16 lines
343 B
Plaintext

--- Imakefile.orig 1997-03-07 06:54:29 UTC
+++ Imakefile
@@ -7,10 +7,10 @@ SRCS = xbatt.c
OBJS = xbatt.o
#ifdef FreeBSDArchitecture
-INSTALLFLAGS=-c -g operator -m 2755
+#INSTALLFLAGS=-c -g operator -m 2755
#endif
#ifdef LinuxArchitecture
INSTALLFLAGS=-c -m 2755
#endif
-ComplexProgramTarget(xbatt)
+ComplexProgramTargetNoMan(xbatt)