diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-02 01:32:18 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-02 01:32:18 +0800 |
commit | ebfe27eb7d2fcac23689c7ca3a156cacb575ae31 (patch) | |
tree | d8df5cea82dd6a8df73d5719aff77e7a0a88d114 /net | |
parent | cc467d42cbb3ba4a757e1cce02e8454180bc28ce (diff) | |
download | freebsd-ports-gnome-ebfe27eb7d2fcac23689c7ca3a156cacb575ae31.tar.gz freebsd-ports-gnome-ebfe27eb7d2fcac23689c7ca3a156cacb575ae31.tar.zst freebsd-ports-gnome-ebfe27eb7d2fcac23689c7ca3a156cacb575ae31.zip |
Attempt to fix port on amd64 by running autoeverything.
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index d5d1a1fe7707..454a21d3c0e7 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,20 +1,22 @@ # Created by: Yen-Ming Lee <leeym@leeym.com> # $FreeBSD$ -PORTNAME= GeoIP +PORTNAME= GeoIP PORTVERSION= 1.4.8 -PORTREVISION= 5 -CATEGORIES= net geography +PORTREVISION= 6 +CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ -MAINTAINER= adamw@FreeBSD.org -COMMENT= Find the country that any IP address or hostname originates from +MAINTAINER= adamw@FreeBSD.org +COMMENT= Find the country that any IP address or hostname originates from GNU_CONFIGURE= yes -USES= libtool:oldver +USES= libtool:oldver USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal automake libtool libtoolize autoconf +AUTOMAKE_ARGS= --add-missing -SUB_FILES= geoipupdate.sh +SUB_FILES= geoipupdate.sh post-install: ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin |