diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:38:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-26 17:38:50 +0800 |
commit | 07bad544ec565d82f197e824cc23e26abfdee388 (patch) | |
tree | eba2235b4c1d6875f278b45c2cd396402d97d8f4 /mail | |
parent | 830312c2e12113f7ed7dc6f26b3f8880eabca014 (diff) | |
download | freebsd-ports-graphics-07bad544ec565d82f197e824cc23e26abfdee388.tar.gz freebsd-ports-graphics-07bad544ec565d82f197e824cc23e26abfdee388.tar.zst freebsd-ports-graphics-07bad544ec565d82f197e824cc23e26abfdee388.zip |
Support staging
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendok/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sendok/Makefile b/mail/sendok/Makefile index 1b6e6b9ee2e..3981c1a23d1 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> |