DATADIR needs to be created as an empty dir for geoipupdate.sh.
Submitted by: Herbert J. Skuhra
This commit is contained in:
parent
4c80f3da07
commit
d9582fb7f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372643
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= GeoIP
|
||||
PORTVERSION= 1.6.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net geography
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
|
|
|
@ -10,3 +10,4 @@ lib/libGeoIP.so.%%PORTVERSION%%
|
|||
libdata/pkgconfig/geoip.pc
|
||||
man/man1/geoiplookup.1.gz
|
||||
man/man1/geoiplookup6.1.gz
|
||||
@dir %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue