diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /security/hpenc | |
parent | Add distinfo for the Staging patchset again, now also available for 2.0 RC4. (diff) |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=430947
Diffstat (limited to 'security/hpenc')
-rw-r--r-- | security/hpenc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index 548e58031bd2..e89c0e4027ce 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -27,12 +27,6 @@ CXXFLAGS+= -std=c++11 \ -I${OPENSSLINC} LDFLAGS+= -pthread -lcrypto -L${OPENSSLLIB} -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000036 -WITH_OPENSSL_PORT= yes -.endif - post-install: ${INSTALL_MAN} ${WRKSRC}/doc/hpenc.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hpenc |