svn commit: r409370 - in head/sysutils/libretto-config: . files

Mathieu Arnold mat at FreeBSD.org
Mon Feb 22 20:54:36 UTC 2016


Author: mat
Date: Mon Feb 22 20:54:34 2016
New Revision: 409370
URL: https://svnweb.freebsd.org/changeset/ports/409370

Log:
  Fix build as a user.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/libretto-config/files/patch-Makefile
  head/sysutils/libretto-config/pkg-plist

Modified: head/sysutils/libretto-config/files/patch-Makefile
==============================================================================
--- head/sysutils/libretto-config/files/patch-Makefile	Mon Feb 22 20:13:01 2016	(r409369)
+++ head/sysutils/libretto-config/files/patch-Makefile	Mon Feb 22 20:54:34 2016	(r409370)
@@ -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

Modified: head/sysutils/libretto-config/pkg-plist
==============================================================================
--- head/sysutils/libretto-config/pkg-plist	Mon Feb 22 20:13:01 2016	(r409369)
+++ head/sysutils/libretto-config/pkg-plist	Mon Feb 22 20:54:34 2016	(r409370)
@@ -1,9 +1,3 @@
 man/man8/libretto-config.8.gz
 man/ja/man8/libretto-config.8.gz
- at owner root
- at group operator
- at mode 4550
-sbin/libretto-config
- at mode
- at group
- at owner
+@(root,operator,4550) sbin/libretto-config


More information about the svn-ports-all mailing list