Index: head/sysutils/bpytop/Makefile =================================================================== --- head/sysutils/bpytop/Makefile (revision 547193) +++ head/sysutils/bpytop/Makefile (revision 547194) @@ -1,28 +1,30 @@ # $FreeBSD$ PORTNAME= bpytop PORTVERSION= 1.0.21 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= lwhsu@FreeBSD.org COMMENT= Linux/OSX/FreeBSD resource monitor LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} USES= python:3.5+,run shebangfix USE_GITHUB= yes GH_ACCOUNT= aristocratos SHEBANG_FILES= ${WRKSRC}/bpytop.py +NO_ARCH= yes + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bpytop.py ${STAGEDIR}${PREFIX}/bin/bpytop ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} themes ${STAGEDIR}${DATADIR}) .include Index: head/sysutils/bpytop/pkg-plist =================================================================== --- head/sysutils/bpytop/pkg-plist (revision 547193) +++ head/sysutils/bpytop/pkg-plist (revision 547194) @@ -1,11 +1,12 @@ bin/bpytop %%DATADIR%%/themes/default_black.theme +%%DATADIR%%/themes/dracula.theme %%DATADIR%%/themes/flat-remix-light.theme %%DATADIR%%/themes/flat-remix.theme %%DATADIR%%/themes/greyscale.theme %%DATADIR%%/themes/gruvbox_dark.theme %%DATADIR%%/themes/index.txt %%DATADIR%%/themes/monokai.theme %%DATADIR%%/themes/nord.theme %%DATADIR%%/themes/solarized_dark.theme %%DATADIR%%/themes/whiteout.theme