security/libressl: partially sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
7206035195
commit
3a2b4ac8ab
1 changed files with 4 additions and 4 deletions
|
|
@ -34,11 +34,11 @@ CFLAGS+= -fpic -DPIC
|
|||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
post-stage-NC-on:
|
||||
post-install:
|
||||
${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
|
||||
|
||||
post-install-NC-on:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/apps/nc/.libs/nc ${STAGEDIR}/${PREFIX}/bin/nc
|
||||
${INSTALL_MAN} ${WRKSRC}/apps/nc/nc.1 ${STAGEDIR}/${PREFIX}/man/man1/nc.1
|
||||
|
||||
post-stage:
|
||||
${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue