aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1999-10-27 03:12:46 +0800
committerfoxfair <foxfair@FreeBSD.org>1999-10-27 03:12:46 +0800
commit0cd84f546f00ffca939067f571f5fa5cec52f836 (patch)
tree5070d4449968f4f580638154dc8a6e57529bfc2c /security
parent48d5fe5e32e9da1e3f97511c886b80bd44144058 (diff)
downloadfreebsd-ports-gnome-0cd84f546f00ffca939067f571f5fa5cec52f836.tar.gz
freebsd-ports-gnome-0cd84f546f00ffca939067f571f5fa5cec52f836.tar.zst
freebsd-ports-gnome-0cd84f546f00ffca939067f571f5fa5cec52f836.zip
Make this port to build in -stable.
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} "********************************************************************"