diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 17:47:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 17:47:16 +0800 |
commit | 9255b421643fbec96f6ed6c4c69d511569f7b1d6 (patch) | |
tree | ecf346a4fce3a497df1ea990fd057af7ea79ebc5 /mail | |
parent | 706463a996c5ee88384a81af8fdf689decc4dc57 (diff) | |
download | freebsd-ports-gnome-9255b421643fbec96f6ed6c4c69d511569f7b1d6.tar.gz freebsd-ports-gnome-9255b421643fbec96f6ed6c4c69d511569f7b1d6.tar.zst freebsd-ports-gnome-9255b421643fbec96f6ed6c4c69d511569f7b1d6.zip |
Support staging
Diffstat (limited to 'mail')
-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> |