diff options
-rw-r--r-- | net/ip2location/Makefile | 8 | ||||
-rw-r--r-- | net/ip2location/distinfo | 4 | ||||
-rw-r--r-- | net/ip2location/pkg-plist | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net/ip2location/Makefile b/net/ip2location/Makefile index 067053e9133c..f0617cb66c71 100644 --- a/net/ip2location/Makefile +++ b/net/ip2location/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ip2location -PORTVERSION= 6.0.3 +PORTVERSION= 7.0.1 CATEGORIES= net MASTER_SITES= http://www.ip2location.com/downloads/ DISTNAME= ${PORTNAME}-c-${PORTVERSION} @@ -12,12 +12,12 @@ COMMENT= C library to find user\'s location LICENSE= LGPL3 -USES= libtool:keepla perl5 +USES= autoreconf libtool perl5 HAS_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -post-configure: - (cd ${WRKSRC}/data && ${MAKE} convert) +post-install: + (cd ${WRKSRC}/data && ${MAKE} convert install-data DESTDIR=${STAGEDIR}) .include <bsd.port.mk> diff --git a/net/ip2location/distinfo b/net/ip2location/distinfo index 3709b86d0b58..ae2ed1f6d16f 100644 --- a/net/ip2location/distinfo +++ b/net/ip2location/distinfo @@ -1,2 +1,2 @@ -SHA256 (ip2location-c-6.0.3.tar.gz) = 3bd2a46544c7a433c55f96b602bc35a9f7782e2b0addfdbe9eb8ecaa717f7f10 -SIZE (ip2location-c-6.0.3.tar.gz) = 3145564 +SHA256 (ip2location-c-7.0.1.tar.gz) = 1a18b8a99d6d7252ea8eba2e7ad2500213415bd8198230390cf534107f82c84c +SIZE (ip2location-c-7.0.1.tar.gz) = 3340355 diff --git a/net/ip2location/pkg-plist b/net/ip2location/pkg-plist index 5e231230aae9..116b91bf3d5f 100644 --- a/net/ip2location/pkg-plist +++ b/net/ip2location/pkg-plist @@ -1,7 +1,6 @@ include/IP2Loc_DBInterface.h include/IP2Location.h lib/libIP2Location.a -lib/libIP2Location.la lib/libIP2Location.so lib/libIP2Location.so.1 lib/libIP2Location.so.1.0.0 |