From 6508c80ee3caa5734e0fd14d0c28e8c11eb3aca6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 6 Feb 2014 10:28:59 +0000 Subject: [PATCH] - Stage support --- net/passlogd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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