diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 10:28:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-06 10:28:59 +0000 |
commit | 6508c80ee3caa5734e0fd14d0c28e8c11eb3aca6 (patch) | |
tree | 804c1ba63b04c39640deeccc3eeeca895c4764b2 | |
parent | 88205510a7d26875013878827c1fb327c8749e98 (diff) | |
download | freebsd-ports-6508c80ee3caa5734e0fd14d0c28e8c11eb3aca6.zip |
- Stage support
-rw-r--r-- | net/passlogd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/passlogd/Makefile b/net/passlogd/Makefile index 1c5b16a74990..8db117f5d5a9 100644 --- a/net/passlogd/Makefile +++ b/net/passlogd/Makefile @@ -11,11 +11,10 @@ COMMENT= Intercept and dump syslog remote log packets PLIST_FILES= sbin/passlogd -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s|.(CXX)|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${STAGEDIR}${PREFIX}/sbin .include <bsd.port.mk> |