From a2ad019e14063db73373c9375b4e2467842b865b Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 26 Feb 2014 09:38:50 +0000 Subject: [PATCH] Support staging --- mail/sendok/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/sendok/Makefile b/mail/sendok/Makefile index 1b6e6b9ee2e3..3981c1a23d10 100644 --- a/mail/sendok/Makefile +++ b/mail/sendok/Makefile @@ -16,13 +16,12 @@ PLIST_FILES= bin/sendok-check bin/sendok-create 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