aboutsummaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-10-26 19:12:46 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-10-26 19:12:46 +0000
commit936a65cefc5b547fc75823bf5e8b701f46e4337c (patch)
tree697d0c632f9d36f0a64a6048d6cf9caf29db6735 /security/stunnel
parent1224a0818d948253090f434cf2f68fad71d55643 (diff)
downloadports-936a65cefc5b547fc75823bf5e8b701f46e4337c.tar.gz
ports-936a65cefc5b547fc75823bf5e8b701f46e4337c.zip
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile7
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} "********************************************************************"