summaryrefslogtreecommitdiff
path: root/security
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
parentUpgrade to GNU Pth 1.2b8 (aka RC1) (diff)
Make this port to build in -stable.
Notes
Notes: svn path=/head/; revision=22655
Diffstat (limited to 'security')
-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} "********************************************************************"