summaryrefslogtreecommitdiff
path: root/net/ruby-ldap/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-13 04:19:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-13 04:19:18 +0000
commit1559f39cbf930af3ec4b084d33eeba924f882b6e (patch)
treef68b07105593aba2fa34e8063e40419bb16806ba /net/ruby-ldap/Makefile
parentFix misordered plist. (diff)
Update to 0.3.7.
Notes
Notes: svn path=/head/; revision=43929
Diffstat (limited to 'net/ruby-ldap/Makefile')
-rw-r--r--net/ruby-ldap/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile
index af541828eb45..988263619a46 100644
--- a/net/ruby-ldap/Makefile
+++ b/net/ruby-ldap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ldap
-PORTVERSION= 0.3.6
+PORTVERSION= 0.3.7
CATEGORIES= net ruby
MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -52,7 +52,7 @@ CONFIGURE_ARGS?= --with-netscape \
#WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
INSTALL_TARGET= site-install
-DOCS_EN= README README.html
+DOCS_EN= CHANGES README README.html TODO
post-patch:
${RUBY} -i -pe 'gsub %r|/usr/local/openldap|, "${PREFIX}"' \
@@ -60,12 +60,12 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/ldap
- ${CP} -R ${WRKSRC}/test/* ${WRKSRC}/example/* ${RUBY_EXAMPLESDIR}/ldap/
- ${LN} -s . ${RUBY_EXAMPLESDIR}/ldap/test
- ${MKDIR} ${RUBY_DOCDIR}/ldap
+ ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${CP} -R ${WRKSRC}/test/* ${WRKSRC}/example/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${LN} -s . ${RUBY_EXAMPLESDIR}/${PORTNAME}/test
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/ldap/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.endif