1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-06 10:28:59 +00:00
parent 88205510a7
commit 6508c80ee3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343002

View File

@ -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>