diff options
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |