From 69258e6c732538d6c45564ec30cd6b15779063d1 Mon Sep 17 00:00:00 2001 From: brnrd Date: Mon, 24 Jul 2017 17:51:15 +0000 Subject: security/openssl: Fix MASTER_SITE_SUBDIR - DISTVERSIONFULL is not expanded before assignment PR: 219929 Submitted by: Fukang Chen --- security/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/openssl/Makefile') diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 1c75f108f1a9..a931caf512ad 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ -DIST_SUBDIR= ${DISTNAME:C/[a-z]$//} +DIST_SUBDIR= ${PORTNAME}-${DISTVERSION:C/[a-z]$//} MAINTAINER= brnrd@FreeBSD.org COMMENT= SSL and crypto library -- cgit