diff options
author | Martin Matuska <mm@FreeBSD.org> | 2014-01-19 12:07:21 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2014-01-19 12:07:21 +0000 |
commit | 7eaf6ab88043e30f7af76a903fce695dc11ee1b3 (patch) | |
tree | ce748c6f6632bc0514799b5a985c39cc1a4ca75c /net/relayd | |
parent | 593db95fa0438ab3b65462097190738115c8d8de (diff) |
Notes
Diffstat (limited to 'net/relayd')
-rw-r--r-- | net/relayd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/relayd/Makefile b/net/relayd/Makefile index 9b5787834efb..a973d0498026 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -30,7 +30,6 @@ GROUPS= _relayd OPTIONS_DEFINE= LIBEVENT_STATIC LIBEVENT_STATIC_DESC= Build with static libevent -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MLIBEVENT_STATIC} @@ -54,8 +53,9 @@ post-patch: post-install: @${INSTALL_DATA} ${WRKSRC}/../etc/relayd.conf \ - ${PREFIX}/etc/relayd.conf.sample - @${CP} -n ${PREFIX}/etc/relayd.conf.sample \ - ${PREFIX}/etc/relayd.conf || ${TRUE} + ${STAGEDIR}${PREFIX}/etc/relayd.conf.sample + @${CP} -n ${STAGEDIR}${PREFIX}/etc/relayd.conf.sample \ + ${STAGEDIR}${PREFIX}/etc/relayd.conf || ${TRUE} .include <bsd.port.post.mk> + |