diff options
author | knu <knu@FreeBSD.org> | 2002-07-24 19:36:22 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-24 19:36:22 +0800 |
commit | 37e858fdf91399d2c8d152e724c0b3c1778dfdae (patch) | |
tree | dbef27e50c667dbb7c8167a4d3bd4fc5b42b3949 /security/ruby-openssl/Makefile | |
parent | 8e6a1b8ee723e31571ac79ee5e7ad7d032f96fa6 (diff) | |
download | freebsd-ports-gnome-37e858fdf91399d2c8d152e724c0b3c1778dfdae.tar.gz freebsd-ports-gnome-37e858fdf91399d2c8d152e724c0b3c1778dfdae.tar.zst freebsd-ports-gnome-37e858fdf91399d2c8d152e724c0b3c1778dfdae.zip |
Update to 0.1.2.
Diffstat (limited to 'security/ruby-openssl/Makefile')
-rw-r--r-- | security/ruby-openssl/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile index 8da949144ac1..91af3d1a622b 100644 --- a/security/ruby-openssl/Makefile +++ b/security/ruby-openssl/Makefile @@ -6,12 +6,11 @@ # PORTNAME= openssl -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= security ruby MASTER_SITES= http://freesoftware.fsf.org/download/rubypki/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ossl-${PORTVERSION} -EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -26,10 +25,6 @@ INSTALL_TARGET= site-install DOCS= ChangeLog README -post-extract: - ${FIND} ${WRKSRC} -type d -name CVS | xargs ${RM} -rf - ${FIND} ${WRKSRC} -type f -name '*~' -delete - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} |