diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-27 23:43:30 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-27 23:56:24 +0800 |
commit | 023fa7d63a4b5de858350dc5307acc82a891cb3a (patch) | |
tree | d7ecd351b1c989afd28beae972201cdd0adab8fb /security/p5-Crypt-OpenSSL-Random | |
parent | net-mgmt/p5-SNMP-Info: Update to 3.80 (diff) |
security/p5-Crypt-OpenSSL-Random: Cosmetic change
Diffstat (limited to 'security/p5-Crypt-OpenSSL-Random')
-rw-r--r-- | security/p5-Crypt-OpenSSL-Random/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile index b6d424a69d3d..82ca7abc9665 100644 --- a/security/p5-Crypt-OpenSSL-Random/Makefile +++ b/security/p5-Crypt-OpenSSL-Random/Makefile @@ -16,10 +16,11 @@ LICENSE_FILE_ART10= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Crypt-OpenSSL-Guess>=0.11:security/p5-Crypt-OpenSSL-Guess -MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} USES= perl5 ssl USE_PERL5= configure +MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/Random/Random.so |