diff options
author | adamw <adamw@FreeBSD.org> | 2016-01-07 01:31:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-01-07 01:31:49 +0800 |
commit | 93e8f601534074c3a5732e0b68668c76bc1daf3f (patch) | |
tree | b6a03c7dd56710009651a18fb03040a8855e5842 /net/GeoIP/Makefile | |
parent | 146cdfd9255fc2376b76f8fb537d5ac1dfb70719 (diff) | |
download | freebsd-ports-graphics-93e8f601534074c3a5732e0b68668c76bc1daf3f.tar.gz freebsd-ports-graphics-93e8f601534074c3a5732e0b68668c76bc1daf3f.tar.zst freebsd-ports-graphics-93e8f601534074c3a5732e0b68668c76bc1daf3f.zip |
Update to 1.6.7.
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r-- | net/GeoIP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 4fcfcccfc51..04607de6fc8 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.7 DISTVERSIONPREFIX= v CATEGORIES= net geography @@ -32,6 +32,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGeoIP.so.* @${MKDIR} ${STAGEDIR}${DATADIR} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:C|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |