Date: Sun, 24 Aug 2014 21:11:14 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366016 - head/audio/mp3_check/files Message-ID: <201408242111.s7OLBERo035605@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Aug 24 21:11:14 2014 New Revision: 366016 URL: http://svnweb.freebsd.org/changeset/ports/366016 QAT: https://qat.redports.org/buildarchive/r366016/ Log: Allow staging as a regular user Modified: head/audio/mp3_check/files/patch-Makefile Modified: head/audio/mp3_check/files/patch-Makefile ============================================================================== --- head/audio/mp3_check/files/patch-Makefile Sun Aug 24 21:10:50 2014 (r366015) +++ head/audio/mp3_check/files/patch-Makefile Sun Aug 24 21:11:14 2014 (r366016) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2000-07-29 08:41:38.000000000 +0200 -+++ ./Makefile 2014-02-14 11:11:34.806983153 +0100 +--- Makefile.orig 2000-07-29 06:41:38 UTC ++++ Makefile @@ -2,8 +2,8 @@ CC ?= gcc @@ -16,16 +16,7 @@ install: all - install -m 755 -o root -g root mp3_check ${LOCALBASE}/bin -+ install -m 755 -o root -g wheel mp3_check ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_PROGRAM} mp3_check ${DESTDIR}${PREFIX}/bin # The FreeBSD Makefile options need a little work, but this will work for now. freebsd: mp3_check.c mp3_check.h mp3_check_misc.c -@@ -29,7 +29,7 @@ - strip mp3_check - - freebsd_install: freebsd -- install -m 755 -o root -g wheel mp3_check ${LOCALBASE}/bin -+ install -m 755 -o root -g wheel mp3_check ${DESTDIR}${PREFIX}/bin - - mp3_check.o: mp3_check.c - mp3_check_misc.o: mp3_check_misc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408242111.s7OLBERo035605>