diff options
Diffstat (limited to 'security/ruby-openssl/Makefile')
-rw-r--r-- | security/ruby-openssl/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile index c71d7d8f12ea..86eff2a71d1c 100644 --- a/security/ruby-openssl/Makefile +++ b/security/ruby-openssl/Makefile @@ -6,11 +6,12 @@ # PORTNAME= openssl -PORTVERSION= 0.1.3 +PORTVERSION= 0.2.0.p0 CATEGORIES= security ruby MASTER_SITES= http://savannah.nongnu.org/download/rubypki/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ossl-${PORTVERSION} +DISTNAME= ossl-${PORTVERSION:S/.p/-pre/} +EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -20,17 +21,16 @@ USE_OPENSSL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes -WRKSRC= ${WRKDIR}/ossl -CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \ +CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include" \ --with-openssl-lib="${OPENSSLBASE}/lib" INSTALL_TARGET= site-install -DOCS= ChangeLog README +DOCS= ChangeLog LEGAL README ToDo post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/ + ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ |