aboutsummaryrefslogtreecommitdiff
path: root/mail/smtpmail
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 09:47:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 09:47:16 +0000
commitc9244d69f02860c1e7ee5af69ccdea15968ffb1e (patch)
treeecf346a4fce3a497df1ea990fd057af7ea79ebc5 /mail/smtpmail
parent665b5629cc4bf6ea7ab2434d6e8e4f431a0b466d (diff)
downloadports-c9244d69f02860c1e7ee5af69ccdea15968ffb1e.tar.gz
ports-c9244d69f02860c1e7ee5af69ccdea15968ffb1e.zip
Support staging
Notes
Notes: svn path=/head/; revision=345346
Diffstat (limited to 'mail/smtpmail')
-rw-r--r--mail/smtpmail/Makefile3
1 files changed, 1 insertions, 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 <bsd.port.mk>