Date: Mon, 8 Sep 2014 19:10:54 +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: r367677 - head/sysutils/cdls Message-ID: <201409081910.s88JAsC6039177@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Sep 8 19:10:54 2014 New Revision: 367677 URL: http://svnweb.freebsd.org/changeset/ports/367677 QAT: https://qat.redports.org/buildarchive/r367677/ Log: Allow staging as a regular user Modified: head/sysutils/cdls/Makefile Modified: head/sysutils/cdls/Makefile ============================================================================== --- head/sysutils/cdls/Makefile Mon Sep 8 19:05:58 2014 (r367676) +++ head/sysutils/cdls/Makefile Mon Sep 8 19:10:54 2014 (r367677) @@ -20,7 +20,7 @@ USES= ncurses CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true .endif -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/Makefile +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cdls ${STAGEDIR}${PREFIX}/bin .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081910.s88JAsC6039177>