diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-13 08:36:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-13 08:36:08 +0000 |
commit | 31c02e16586358074a75855046811c30faac5669 (patch) | |
tree | 035047859ea24b57dc157bca203a428451cf8062 /net/ruby-ldap | |
parent | 961a5675c52a93dbdcbeb0cd184a1a6abd924caf (diff) | |
download | ports-31c02e16586358074a75855046811c30faac5669.tar.gz ports-31c02e16586358074a75855046811c30faac5669.zip |
Notes
Diffstat (limited to 'net/ruby-ldap')
-rw-r--r-- | net/ruby-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile index 988263619a46..8cf5dac65e4b 100644 --- a/net/ruby-ldap/Makefile +++ b/net/ruby-ldap/Makefile @@ -62,7 +62,7 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${CP} -R ${WRKSRC}/test/* ${WRKSRC}/example/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${LN} -s . ${RUBY_EXAMPLESDIR}/${PORTNAME}/test + ${LN} -fs . ${RUBY_EXAMPLESDIR}/${PORTNAME}/test ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ |