Update manpage location (r523104)

This commit is contained in:
Sunpoet Po-Chuan Hsieh
2020-01-19 11:10:30 +00:00
parent 24c978ff56
commit 2e0bafd531

View File

@@ -13,16 +13,12 @@ COMMENT= Last File Manager, a powerful file manager for the UNIX console
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_PYTHON= autoplist distutils noflavors
USES= python:3.4+
USE_PYTHON= autoplist distutils noflavors
PLIST_FILES= man/man1/lfm.1.gz
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/setup.py
post-install:
${INSTALL_MAN} ${WRKSRC}/lfm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>