diff options
author | knu <knu@FreeBSD.org> | 2001-05-11 15:22:10 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-11 15:22:10 +0000 |
commit | 7f8ed4107d0364357a6d4d77277af2b5d9da7d43 (patch) | |
tree | 8ea213f256474aaa352a0dfab5d3835596bb8d1e /security/ruby-blowfish/Makefile | |
parent | c34d8e19446f3d2fe2272c1c4ac62685bb67550e (diff) | |
download | FreeBSD-ports-7f8ed4107d0364357a6d4d77277af2b5d9da7d43.zip FreeBSD-ports-7f8ed4107d0364357a6d4d77277af2b5d9da7d43.tar.gz |
Update to 0.2.
Diffstat (limited to 'security/ruby-blowfish/Makefile')
-rw-r--r-- | security/ruby-blowfish/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile index c63e2f0..1029498 100644 --- a/security/ruby-blowfish/Makefile +++ b/security/ruby-blowfish/Makefile @@ -6,9 +6,9 @@ # PORTNAME= blowfish -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= security ruby -MASTER_SITES= http://ruby.metabolix.de/download/ +MASTER_SITES= http://www.rubylinks.de/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby @@ -24,12 +24,16 @@ CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \ --with-openssl-lib="${OPENSSLBASE}/lib" INSTALL_TARGET= site-install +DOCS_EN= ChangeLog README TODO + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/testbf.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ +.endfor .endif .include <bsd.port.mk> |