Index: head/net/geoipupdate/Makefile =================================================================== --- head/net/geoipupdate/Makefile (revision 474963) +++ head/net/geoipupdate/Makefile (revision 474964) @@ -1,31 +1,26 @@ # Created by: adamw # $FreeBSD$ PORTNAME= geoipupdate PORTVERSION= 2.5.0 CATEGORIES= net geography MASTER_SITES= https://github.com/maxmind/geoipupdate/releases/download/v${PORTVERSION}/ MAINTAINER= adamw@FreeBSD.org COMMENT= Fetch the latest copies of the paid GeoIP database LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl USES= libtool localbase pathfix GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -post-patch: -# This directory is handled by net/GeoIP - @${REINPLACE_CMD} -e '/MKDIR_P.*(datarootdir)\/GeoIP/ d' \ - ${WRKSRC}/Makefile.am - post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/GeoIP ${MV} ${STAGEDIR}${DOCSDIR}/GeoIP.conf.default \ ${STAGEDIR}${PREFIX}/etc/GeoIP.conf.sample .include