diff options
-rw-r--r-- | security/stunnel/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 4673343ea5d0..81ccbfa2d76f 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -31,6 +31,13 @@ MAN8= stunnel.8 cert: @(cd ${WRKSRC}; make cert) +.include <bsd.port.pre.mk> + +pre-patch: +.if ${OSVERSION} >= 400000 + ${CP} files/patch-aa patches/ +.endif + post-build: @${ECHO} "" @${ECHO} "********************************************************************" |