aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spfval
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-24 23:11:40 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-24 23:11:40 +0800
commit646e34d0f731d9d664f2653567981f9a3661f058 (patch)
tree507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /mail/spfval
parent657e94aff744f4f977d719d350d2d10fbb9fd42b (diff)
downloadfreebsd-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/Makefile3
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>