diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:10 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:10 +0000 |
commit | 513baa17636eb8c4fbf1e27fc255dfce41fa58b3 (patch) | |
tree | 7743327a2be70ec7885e810628b5f47ddcd8d5f3 | |
parent | 6bbe909a828ebcef0a090e0ffe8a75c9a51278d8 (diff) | |
download | ports-513baa17636eb8c4fbf1e27fc255dfce41fa58b3.tar.gz ports-513baa17636eb8c4fbf1e27fc255dfce41fa58b3.zip |
-rw-r--r-- | sysutils/autojump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/autojump/Makefile b/sysutils/autojump/Makefile index 9ddd18d3230a..82402e7ffa04 100644 --- a/sysutils/autojump/Makefile +++ b/sysutils/autojump/Makefile @@ -9,7 +9,8 @@ COMMENT= Faster way to navigate your filesystem LICENSE= GPLv3+ -USES= python:run shebangfix +USES= cpe python:run shebangfix +CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= wting USE_PYTHON= concurrent autoplist |