summaryrefslogtreecommitdiff
path: root/net/GeoIP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r--net/GeoIP/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 5d91601621a2..f686bba41dd5 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GeoIP
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://maxmind.com/download/geoip/api/c/
@@ -20,4 +21,7 @@ INSTALLS_SHLIB= yes
MAN1= geoiplookup.1 geoipupdate.1
+post-install:
+ @${CAT} ${PKGMESSAGES}
+
.include <bsd.port.mk>