diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-08-31 16:00:53 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-08-31 16:00:53 +0000 |
commit | 085c9650dba7ac79972210ac487a02310439ee8f (patch) | |
tree | 17e35076df97d2b086ae926dc10af36a810fcb5a /sysutils/bpytop | |
parent | e99981f69933f7c7b2a180edfc147bc3038b4e5b (diff) |
Notes
Diffstat (limited to 'sysutils/bpytop')
-rw-r--r-- | sysutils/bpytop/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bpytop/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/bpytop/Makefile b/sysutils/bpytop/Makefile index d011d9954f7c..9129e4514b4a 100644 --- a/sysutils/bpytop/Makefile +++ b/sysutils/bpytop/Makefile @@ -20,6 +20,8 @@ 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} diff --git a/sysutils/bpytop/pkg-plist b/sysutils/bpytop/pkg-plist index d7d9cbcea91b..c77a1e8aa4e7 100644 --- a/sysutils/bpytop/pkg-plist +++ b/sysutils/bpytop/pkg-plist @@ -1,5 +1,6 @@ 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 |