From cd3a71efdb1cbc92f91119b4fd7348aac642bda1 Mon Sep 17 00:00:00 2001 From: SakuraFallingMad <31793080+SakuraFallingMad@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:32:30 +0800 Subject: [PATCH] geoview: adjust Makefile (cherry picked from commit 8da4b4bb68f5ceb5f037923c11d599ce88a11e56) --- net/geoview/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/net/geoview/Makefile b/net/geoview/Makefile index 7c2d820dff..854e3b88c5 100644 --- a/net/geoview/Makefile +++ b/net/geoview/Makefile @@ -24,20 +24,14 @@ include ../../lang/golang/golang-package.mk define Package/geoview SECTION:=net CATEGORY:=Network - SUBMENU:=Web Servers/Proxies + SUBMENU:=IP Addresses and Names TITLE:=A geofile toolkit URL:=https://github.com/snowie2000/geoview DEPENDS:=$(GO_ARCH_DEPENDS) endef define Package/geoview/description -geoview is a handy tool to extract useful information from geo* files. -endef - -define Package/geoview/install - $(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR)) - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/geoview $(1)/usr/bin/ + geoview is a handy tool to extract useful information from geo* files. endef $(eval $(call GoBinPackage,geoview))