ports/sysutils/xbatt/files/patch-Imakefile
Antoine Brodin 4998e26dc2 - Allow staging as a regular user
- Bump portrevision as it was not packaged with intended owner
2015-02-03 17:56:54 +00:00

15 lines
343 B
Text

--- 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)