diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-05 20:25:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-05 20:25:44 +0000 |
commit | 20586543e25a2b50b172a889f30acba3cc25993c (patch) | |
tree | 7f9835465cc761864e651771a99e453b500d0c3e /security/ruby-password/Makefile | |
parent | Update to 1.4.9 (diff) |
Update to 0.3.0.
Notes
Notes:
svn path=/head/; revision=67396
Diffstat (limited to 'security/ruby-password/Makefile')
-rw-r--r-- | security/ruby-password/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index 7b306c980f30..2cf23aa7467c 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -6,7 +6,7 @@ # PORTNAME= password -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= security ruby MASTER_SITES= http://www.caliban.org/files/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -29,7 +29,7 @@ DOCS_EN= CHANGES README doc/password.html post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/examples/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/example/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ |