Date: Wed, 26 Feb 2014 09:38:51 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346170 - head/mail/sendok Message-ID: <201402260938.s1Q9cp9w027617@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 26 09:38:50 2014 New Revision: 346170 URL: http://svnweb.freebsd.org/changeset/ports/346170 QAT: https://qat.redports.org/buildarchive/r346170/ Log: Support staging Modified: head/mail/sendok/Makefile Modified: head/mail/sendok/Makefile ============================================================================== --- head/mail/sendok/Makefile Wed Feb 26 09:37:59 2014 (r346169) +++ head/mail/sendok/Makefile Wed Feb 26 09:38:50 2014 (r346170) @@ -16,13 +16,12 @@ PLIST_FILES= bin/sendok-check bin/sendok ALL_TARGET= it -NO_STAGE= yes post-patch: @${ECHO_CMD} ${CC} ${CFLAGS} >${WRKSRC}/conf-cc do-install: .for f in sendok-check sendok-create - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260938.s1Q9cp9w027617>