diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-08-05 14:28:14 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-08-05 14:29:16 +0000 |
commit | 329cfa24b950f82d2372b1b31e8f89174c25d6cd (patch) | |
tree | 24f3b6f0e1f2bec7210d4a12d420b35032d10968 /sysutils/neofetch/Makefile | |
parent | 0a52a6bf1e262388a8f9150f02b2ce4005376c32 (diff) | |
download | ports-329cfa24b950f82d2372b1b31e8f89174c25d6cd.tar.gz ports-329cfa24b950f82d2372b1b31e8f89174c25d6cd.zip |
sysutils/neofetch: improve architecture detection
Now on powerpc64:
OS: FreeBSD 14.0-CURRENT powerpc64
Previously:
OS: FreeBSD 14.0-CURRENT powerpc
Diffstat (limited to 'sysutils/neofetch/Makefile')
-rw-r--r-- | sysutils/neofetch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/neofetch/Makefile b/sysutils/neofetch/Makefile index 9b4e60cc539b..b709baa902a4 100644 --- a/sysutils/neofetch/Makefile +++ b/sysutils/neofetch/Makefile @@ -1,5 +1,6 @@ PORTNAME= neofetch DISTVERSION= 7.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org @@ -16,6 +17,8 @@ GH_ACCOUNT= dylanaraps NO_ARCH= yes NO_BUILD= yes +MAKE_ENV= PREFIX="${PREFIX}" + OPTIONS_DEFINE= DOCS post-install-DOCS-on: |