svn commit: r456500 - head/sysutils/lfm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 16 20:55:47 UTC 2017


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/


More information about the svn-ports-head mailing list