svn commit: r343002 - head/net/passlogd
Martin Wilke
miwi at FreeBSD.org
Thu Feb 6 10:28:59 UTC 2014
Author: miwi
Date: Thu Feb 6 10:28:59 2014
New Revision: 343002
URL: http://svnweb.freebsd.org/changeset/ports/343002
QAT: https://qat.redports.org/buildarchive/r343002/
Log:
- Stage support
Modified:
head/net/passlogd/Makefile
Modified: head/net/passlogd/Makefile
==============================================================================
--- head/net/passlogd/Makefile Thu Feb 6 10:28:26 2014 (r343001)
+++ head/net/passlogd/Makefile Thu Feb 6 10:28:59 2014 (r343002)
@@ -11,11 +11,10 @@ COMMENT= Intercept and dump syslog remot
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>
More information about the svn-ports-all
mailing list