git: aeada37f2a86 - main - net/geoipupdate: Fix config file path in pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Oct 2023 14:58:57 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aeada37f2a86f420297e90a05c2a79ad58713b09
commit aeada37f2a86f420297e90a05c2a79ad58713b09
Author: Romaine Tartiere <romain@FreeBSD.org>
AuthorDate: 2023-10-08 14:58:01 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2023-10-08 14:58:01 +0000
net/geoipupdate: Fix config file path in pkg-message
---
net/geoipupdate/Makefile | 2 +-
net/geoipupdate/files/pkg-message.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile
index 0d140309c235..9e3b2537ff2c 100644
--- a/net/geoipupdate/Makefile
+++ b/net/geoipupdate/Makefile
@@ -1,6 +1,6 @@
PORTNAME= geoipupdate
PORTVERSION= 6.0.0
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= net geography
diff --git a/net/geoipupdate/files/pkg-message.in b/net/geoipupdate/files/pkg-message.in
index 0ee1a17d4acd..9def70fbb556 100644
--- a/net/geoipupdate/files/pkg-message.in
+++ b/net/geoipupdate/files/pkg-message.in
@@ -10,7 +10,7 @@ Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a (free) license key from your accounts page.
Place the generated account key and license key
-into %%DATADIR%%/GeoIP.conf
+into %%PREFIX%%/etc/GeoIP.conf
UPGRADE
}
{ type: install
@@ -22,7 +22,7 @@ Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a license key: https://www.maxmind.com/en/accounts/155743/license-key
Place the generated account key and license key
-into %%DATADIR%%/GeoIP.conf
+into %%PREFIX%%/etc/GeoIP.conf
INSTALL
}
]