Date: Thu, 21 Aug 2014 19:15:49 +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: r365585 - head/sysutils/afio/files Message-ID: <201408211915.s7LJFnPr035220@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Aug 21 19:15:49 2014 New Revision: 365585 URL: http://svnweb.freebsd.org/changeset/ports/365585 QAT: https://qat.redports.org/buildarchive/r365585/ Log: Allow staging as a regular user Modified: head/sysutils/afio/files/patch-Makefile Modified: head/sysutils/afio/files/patch-Makefile ============================================================================== --- head/sysutils/afio/files/patch-Makefile Thu Aug 21 19:07:48 2014 (r365584) +++ head/sysutils/afio/files/patch-Makefile Thu Aug 21 19:15:49 2014 (r365585) @@ -1,5 +1,5 @@ ---- Makefile.orig 2003-12-21 18:23:51.000000000 +0800 -+++ Makefile 2013-11-08 09:56:31.000000000 +0800 +--- Makefile.orig 2003-12-21 10:23:51 UTC ++++ Makefile @@ -28,7 +28,7 @@ SHELL=/bin/sh c = -DHAVEMEMCMP ## Define DEFFMTCMD to being how to format the media you use the most @@ -54,8 +54,8 @@ install: afio - cp afio /usr/local/bin - cp afio.1 /usr/share/man/man1 -+ install -cs -o root -g wheel afio ${DESTDIR}${PREFIX}/bin -+ install -c -o root -g wheel afio.1 ${DESTDIR}${PREFIX}/man/man1 ++ ${BSD_INSTALL_PROGRAM} afio ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_MAN} afio.1 ${DESTDIR}${PREFIX}/man/man1 + # generate default list of -E extensions from manpage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408211915.s7LJFnPr035220>