aboutsummaryrefslogtreecommitdiff
path: root/www/mod_geoip2
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-12-15 22:11:20 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-12-15 22:11:20 +0000
commit8136ee5a9f5c3f3e66da24d4274044b6e9925608 (patch)
tree04a297afc1f15cc989bfa9a4b4fac1df43caa203 /www/mod_geoip2
parentab634dd8ea38be988cfaa5b7560132a6acc30d26 (diff)
Notes
Diffstat (limited to 'www/mod_geoip2')
-rw-r--r--www/mod_geoip2/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/www/mod_geoip2/Makefile b/www/mod_geoip2/Makefile
index d409285a4e60..f7dde6bed307 100644
--- a/www/mod_geoip2/Makefile
+++ b/www/mod_geoip2/Makefile
@@ -8,16 +8,13 @@ MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/mod_geoip2/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jau@iki.fi
-COMMENT= An Apache module that provides the country code of the client's IP
+COMMENT= Apache module that provides the country code of the client IP
LICENSE= AL2
BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
-
-CONFLICTS= mod_geoip-[0-9]*
-
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
USE_APACHE= 22
@@ -30,12 +27,8 @@ AP_LIB+= ${LOCALBASE}/lib -lGeoIP
SUB_FILES+= pkg-message
PORTDOCS= Changes INSTALL README README.php
-NO_STAGE= yes
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>