1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix Shebangs

This commit is contained in:
Martin Wilke 2017-05-07 16:00:26 +00:00
parent 287e173820
commit ac5348f57e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440345

View File

@ -2,6 +2,7 @@
PORTNAME= geoip
PORTVERSION= 1.6.3
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -13,10 +14,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= geoiplookup:net/GeoIP
REINPLACE_ARGS= -i ''
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/geoip
post-patch:
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/test/csvORG2dat.py
.include <bsd.port.mk>