diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 23:11:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 23:11:40 +0800 |
commit | 646e34d0f731d9d664f2653567981f9a3661f058 (patch) | |
tree | 507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /mail/spfval | |
parent | 657e94aff744f4f977d719d350d2d10fbb9fd42b (diff) | |
download | freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.gz freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.zst freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.zip |
Support staging.
Diffstat (limited to 'mail/spfval')
-rw-r--r-- | mail/spfval/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/spfval/Makefile b/mail/spfval/Makefile index 52a009ddd643..6d56abe84033 100644 --- a/mail/spfval/Makefile +++ b/mail/spfval/Makefile @@ -15,8 +15,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/spfval -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/spfval ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/spfval ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |