Date: Tue, 25 Feb 2014 12:39:51 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345984 - head/security/trinokiller Message-ID: <201402251239.s1PCdpK7000981@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Feb 25 12:39:51 2014 New Revision: 345984 URL: http://svnweb.freebsd.org/changeset/ports/345984 QAT: https://qat.redports.org/buildarchive/r345984/ Log: Support staging Modified: head/security/trinokiller/Makefile Modified: head/security/trinokiller/Makefile ============================================================================== --- head/security/trinokiller/Makefile Tue Feb 25 12:35:05 2014 (r345983) +++ head/security/trinokiller/Makefile Tue Feb 25 12:39:51 2014 (r345984) @@ -12,18 +12,16 @@ EXTRACT_SUFX= .c MAINTAINER= ports@FreeBSD.org COMMENT= Remotely kill trino nodes -NO_WRKSUBDIR= yes PLIST_FILES= sbin/trinokiller -NO_STAGE= yes do-extract: - @${MKDIR} ${WRKDIR} - @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} do-build: - (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c) + ${CC} ${CFLAGS} -o ${WRKSRC}/${DISTNAME} ${WRKSRC}/${DISTNAME}.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}/${PREFIX}/sbin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251239.s1PCdpK7000981>