From 9426d28e77d5bf1aef929c1bfae9132ce2abb8d6 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 1 Jul 2014 17:32:18 +0000 Subject: [PATCH] Attempt to fix port on amd64 by running autoeverything. --- net/GeoIP/Makefile | 16 +++++++++------- 1 file 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 # $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