Date: Tue, 7 May 2019 15:12:15 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500968 - head/sysutils/lsof Message-ID: <201905071512.x47FCFg0033721@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Tue May 7 15:12:15 2019 New Revision: 500968 URL: https://svnweb.freebsd.org/changeset/ports/500968 Log: sysutils/lsof: remove fixup_release stuff. This will be no longer needed with the move to GitHub. Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Tue May 7 15:09:59 2019 (r500967) +++ head/sysutils/lsof/Makefile Tue May 7 15:12:15 2019 (r500968) @@ -33,21 +33,6 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" -# .if !defined(FIXUP_RELEASE) -# post-extract: -# @( cd ${WRKDIR}/${DISTNAME} ; \ -# EXPMD5=`${SED} -n 's/^[[:blank:]]*\(MD5*=*\)/\1/p' README.${DISTNAME}` ; \ -# CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \ -# if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ -# ${ECHO} "Expected and calculated MD5 signatures don't agree." ; \ -# ${ECHO} "($$EXPMD5 != $$CALCMD5)" ; \ -# exit 1 ; \ -# fi ; \ -# ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${SRCBALL_NAME}.tar ${EXTRACT_AFTER_ARGS} \ -# ) -# @( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 ) -# .endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/Lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905071512.x47FCFg0033721>