1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Try to remove %%RUBY_SITEARCHLIBDIR%%/net

- Remove print of MKDIR. Not necessary.
- Bump PORTREVISION

Approved by:	portmgr (krion)
This commit is contained in:
Marcus Alves Grando 2006-02-28 16:23:11 +00:00
parent 398c01fd30
commit 39b50f192f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156894
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= net-geoip
PORTVERSION= 0.06
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net ruby
MASTER_SITES= http://www.gigavenue.com/mirrors/ruby/ \
http://www.maxmind.com/download/geoip/api/ruby/
@ -28,7 +28,7 @@ DOCS= README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor

View File

@ -1,3 +1,4 @@
%%RUBY_SITEARCHLIBDIR%%/net/geoip.so
@dirrmtry %%RUBY_SITEARCHLIBDIR%%/net
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%