diff options
author | dhn <dhn@FreeBSD.org> | 2011-07-24 06:30:39 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-07-24 06:30:39 +0800 |
commit | b7c12f9dadd1a2ef94b30a07caabf07675c465c3 (patch) | |
tree | 653db461afe82f738d7e580a154a8ed7972488df /net | |
parent | eeb6a3ea4955bac6e1b6e3dff76ee173117f4d65 (diff) | |
download | freebsd-ports-gnome-b7c12f9dadd1a2ef94b30a07caabf07675c465c3.tar.gz freebsd-ports-gnome-b7c12f9dadd1a2ef94b30a07caabf07675c465c3.tar.zst freebsd-ports-gnome-b7c12f9dadd1a2ef94b30a07caabf07675c465c3.zip |
- Fix to install complete
- Bump PORTREVISION
PR: ports/159145
Submitted by: Barbara <barbara.xxx1975@libero.it>
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 6136054f6ffb..6ba5b1113b27 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -7,6 +7,7 @@ PORTNAME= GeoIP PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ @@ -22,6 +23,10 @@ USE_LDCONFIG= yes MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1 +run-autotools: + @${REINPLACE_CMD} -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ + ${WRKSRC}/aclocal.m4 + post-install: ${INSTALL_SCRIPT} ${FILESDIR}/geoipupdate.sh ${PREFIX}/bin/ |