svn commit: r456500 - head/sysutils/lfm

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 17 04:58:39 UTC 2017


On Sat, Dec 16, 2017 at 08:55:46PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> New Revision: 456500
> URL: https://svnweb.freebsd.org/changeset/ports/456500
> 
> Log:
>   Use setup.py instead of PYSETUP

Thank you Captain Obvious.

Could you please try to provide meaningful commit logs instead of simply
translating the diff into English?

./danfe

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


More information about the svn-ports-head mailing list