Date: Thu, 6 Feb 2014 10:28:59 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343002 - head/net/passlogd Message-ID: <201402061028.s16ASxRi066648@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Feb 6 10:28:59 2014 New Revision: 343002 URL: http://svnweb.freebsd.org/changeset/ports/343002 QAT: https://qat.redports.org/buildarchive/r343002/ Log: - Stage support Modified: head/net/passlogd/Makefile Modified: head/net/passlogd/Makefile ============================================================================== --- head/net/passlogd/Makefile Thu Feb 6 10:28:26 2014 (r343001) +++ head/net/passlogd/Makefile Thu Feb 6 10:28:59 2014 (r343002) @@ -11,11 +11,10 @@ COMMENT= Intercept and dump syslog remot PLIST_FILES= sbin/passlogd -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|.(CXX)|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${STAGEDIR}${PREFIX}/sbin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061028.s16ASxRi066648>