From c9244d69f02860c1e7ee5af69ccdea15968ffb1e Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 21 Feb 2014 09:47:16 +0000 Subject: [PATCH] Support staging --- mail/smtpmail/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index ec9e15c0648d..4d92fbdef5bd 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -16,8 +16,7 @@ CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/smtpmail -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include