mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build as a user.
Sponsored by: Absolight
This commit is contained in:
parent
13544abd94
commit
f61ed02141
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409370
2 changed files with 6 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.orig Thu Jun 18 13:44:09 1998
|
--- Makefile.orig 1998-06-18 10:44:09 UTC
|
||||||
+++ Makefile Tue May 30 10:05:47 2000
|
+++ Makefile
|
||||||
@@ -1,17 +1,18 @@
|
@@ -1,17 +1,18 @@
|
||||||
OBJ = libapm.o bios.o smi.o
|
OBJ = libapm.o bios.o smi.o
|
||||||
PROGRAM = libapm
|
PROGRAM = libapm
|
||||||
|
@ -14,9 +14,9 @@
|
||||||
-#MANDIR = /usr/local/man
|
-#MANDIR = /usr/local/man
|
||||||
-#MANLANG = e
|
-#MANLANG = e
|
||||||
+PROGRAM_NAME = libretto-config
|
+PROGRAM_NAME = libretto-config
|
||||||
+OWNER = -o root
|
+#OWNER = -o root
|
||||||
+GROUP = -g operator
|
+#GROUP = -g operator
|
||||||
+MODE = -m 4550
|
+#MODE = -m 4550
|
||||||
+BINDIR = ${PREFIX}/sbin
|
+BINDIR = ${PREFIX}/sbin
|
||||||
+MANSECT = 8
|
+MANSECT = 8
|
||||||
+MANDIR = ${PREFIX}/man
|
+MANDIR = ${PREFIX}/man
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
man/man8/libretto-config.8.gz
|
man/man8/libretto-config.8.gz
|
||||||
man/ja/man8/libretto-config.8.gz
|
man/ja/man8/libretto-config.8.gz
|
||||||
@owner root
|
@(root,operator,4550) sbin/libretto-config
|
||||||
@group operator
|
|
||||||
@mode 4550
|
|
||||||
sbin/libretto-config
|
|
||||||
@mode
|
|
||||||
@group
|
|
||||||
@owner
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue