diff options
author | leeym <leeym@FreeBSD.org> | 2002-09-23 09:21:22 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-09-23 09:21:22 +0000 |
commit | 9b282a754bf044394e0d59212a7419439b739325 (patch) | |
tree | 85f731f83aa15ac778c83f51e4c8d1c4b2bc60d8 /net/GeoIP/pkg-message | |
parent | 132679c4fe97d2e15cd474600cdae66003a41e19 (diff) | |
download | FreeBSD-ports-9b282a754bf044394e0d59212a7419439b739325.zip FreeBSD-ports-9b282a754bf044394e0d59212a7419439b739325.tar.gz |
- Get rid of the file leftover after "make clean"
- Make sure that the package has a message about copying
etc/GeoIP.conf.default to etc/GeoIP.conf
PR: ports/43230
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
Diffstat (limited to 'net/GeoIP/pkg-message')
-rw-r--r-- | net/GeoIP/pkg-message | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/GeoIP/pkg-message b/net/GeoIP/pkg-message new file mode 100644 index 0000000..81d8cc2 --- /dev/null +++ b/net/GeoIP/pkg-message @@ -0,0 +1,4 @@ +*** +*** Please do this after you've ran the installation: +*** - Copy ${PREFIX}/etc/GeoIP.conf.default to ${PREFIX}/etc/GeoIP.conf +*** |