mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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 Tue May 30 10:05:47 2000
|
||||
--- Makefile.orig 1998-06-18 10:44:09 UTC
|
||||
+++ Makefile
|
||||
@@ -1,17 +1,18 @@
|
||||
OBJ = libapm.o bios.o smi.o
|
||||
PROGRAM = libapm
|
||||
|
@ -14,9 +14,9 @@
|
|||
-#MANDIR = /usr/local/man
|
||||
-#MANLANG = e
|
||||
+PROGRAM_NAME = libretto-config
|
||||
+OWNER = -o root
|
||||
+GROUP = -g operator
|
||||
+MODE = -m 4550
|
||||
+#OWNER = -o root
|
||||
+#GROUP = -g operator
|
||||
+#MODE = -m 4550
|
||||
+BINDIR = ${PREFIX}/sbin
|
||||
+MANSECT = 8
|
||||
+MANDIR = ${PREFIX}/man
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
man/man8/libretto-config.8.gz
|
||||
man/ja/man8/libretto-config.8.gz
|
||||
@owner root
|
||||
@group operator
|
||||
@mode 4550
|
||||
sbin/libretto-config
|
||||
@mode
|
||||
@group
|
||||
@owner
|
||||
@(root,operator,4550) sbin/libretto-config
|
||||
|
|
Loading…
Add table
Reference in a new issue