From 14ccf708a46dcf449476e37cce146b59d9cda56a Mon Sep 17 00:00:00 2001 From: dinoex Date: Wed, 12 May 2004 20:08:25 +0000 Subject: - Update option OPENSSL_SNAPSHOT to work with newer bsd.port.mk --- security/openssl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 8ba651d0bcc7..2eaefd2d5b8c 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssl .if defined(OPENSSL_SNAPSHOT) +PORTVERSION= 0.9.7 PORTREVISION!= date -v-1d +%Y%m%d .else PORTVERSION= 0.9.7d @@ -30,6 +31,7 @@ COMMENT= SSL and crypto library .if defined(OPENSSL_SNAPSHOT) MASTER_SITE_SUBDIR2= snapshot DISTNAME2= ${PORTNAME}-${PORTVERSION}-stable-SNAP-${PORTREVISION} +NO_CHECKSUM= yes .else MASTER_SITE_SUBDIR2= source DISTNAME2= ${PORTNAME}-${PORTVERSION} -- cgit