Date: Sat, 16 Dec 2017 20:55:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456500 - head/sysutils/lfm Message-ID: <201712162055.vBGKtkL3089131@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 16 20:55:45 2017 New Revision: 456500 URL: https://svnweb.freebsd.org/changeset/ports/456500 Log: Use setup.py instead of PYSETUP Modified: head/sysutils/lfm/Makefile Modified: head/sysutils/lfm/Makefile ============================================================================== --- head/sysutils/lfm/Makefile Sat Dec 16 20:55:41 2017 (r456499) +++ head/sysutils/lfm/Makefile Sat Dec 16 20:55:45 2017 (r456500) @@ -20,7 +20,7 @@ USES= python:3.4+ PLIST_FILES= man/man1/lfm.1.gz post-patch: - @${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/${PYSETUP} + @${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/setup.py post-install: ${INSTALL_MAN} ${WRKSRC}/lfm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712162055.vBGKtkL3089131>