aboutsummaryrefslogtreecommitdiff
path: root/mail/sendok
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:38:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:38:50 +0000
commita2ad019e14063db73373c9375b4e2467842b865b (patch)
treeeba2235b4c1d6875f278b45c2cd396402d97d8f4 /mail/sendok
parent1f7653c081a9bf1718be8a821b1c30095c5f735f (diff)
downloadports-a2ad019e14063db73373c9375b4e2467842b865b.tar.gz
ports-a2ad019e14063db73373c9375b4e2467842b865b.zip
Notes
Diffstat (limited to 'mail/sendok')
-rw-r--r--mail/sendok/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sendok/Makefile b/mail/sendok/Makefile
index 1b6e6b9ee2e3..3981c1a23d10 100644
--- a/mail/sendok/Makefile
+++ b/mail/sendok/Makefile
@@ -16,13 +16,12 @@ PLIST_FILES= bin/sendok-check bin/sendok-create
ALL_TARGET= it
-NO_STAGE= yes
post-patch:
@${ECHO_CMD} ${CC} ${CFLAGS} >${WRKSRC}/conf-cc
do-install:
.for f in sendok-check sendok-create
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>