aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spfval/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spfval/Makefile')
-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>