Date: Mon, 22 Feb 2016 20:54:35 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409370 - in head/sysutils/libretto-config: . files Message-ID: <201602222054.u1MKsZQe099935@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@owner root -@group operator -@mode 4550 -sbin/libretto-config -@mode -@group -@owner +@(root,operator,4550) sbin/libretto-config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602222054.u1MKsZQe099935>