diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 09:47:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 09:47:16 +0000 |
commit | c9244d69f02860c1e7ee5af69ccdea15968ffb1e (patch) | |
tree | ecf346a4fce3a497df1ea990fd057af7ea79ebc5 /mail/smtpmail | |
parent | Disable installation of shared libraries. (diff) |
Support staging
Notes
Notes:
svn path=/head/; revision=345346
Diffstat (limited to 'mail/smtpmail')
-rw-r--r-- | mail/smtpmail/Makefile | 3 |
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> |