aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomaine Tartiere <romain@FreeBSD.org>2023-10-08 14:58:01 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2023-10-08 14:58:01 +0000
commitaeada37f2a86f420297e90a05c2a79ad58713b09 (patch)
tree3c34335163fd94bc1ed3eaff42500c889b0c37e9
parentd22277621a9d89f2e5ab02a68b40d56c4c37e2b3 (diff)
downloadports-aeada37f2a86f420297e90a05c2a79ad58713b09.tar.gz
ports-aeada37f2a86f420297e90a05c2a79ad58713b09.zip
net/geoipupdate: Fix config file path in pkg-message
-rw-r--r--net/geoipupdate/Makefile2
-rw-r--r--net/geoipupdate/files/pkg-message.in4
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
}
]