aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-07-24 17:51:15 +0000
committerBernard Spil <brnrd@FreeBSD.org>2017-07-24 17:51:15 +0000
commita8d3eadf08b7caf3fb4cb418ed10f24569b2b090 (patch)
treea6a30de056979ecae3b4a33147afd085daa2f0bf /security/openssl
parentfa43c87750810863405b78141d0541ee205310b4 (diff)
downloadports-a8d3eadf08b7caf3fb4cb418ed10f24569b2b090.tar.gz
ports-a8d3eadf08b7caf3fb4cb418ed10f24569b2b090.zip
security/openssl: Fix MASTER_SITE_SUBDIR
- DISTVERSIONFULL is not expanded before assignment PR: 219929 Submitted by: Fukang Chen <loader@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=446538
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
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