diff options
author | foxfair <foxfair@FreeBSD.org> | 2000-01-11 01:16:04 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2000-01-11 01:16:04 +0000 |
commit | 97b82d661a2e8c3e1063717848e028fdc0910b0d (patch) | |
tree | dd8803d4678b2a19e5cac72eb1bc53d6be419d8d /security/stunnel | |
parent | 3a21b4249f24c6974f82129e6368cc0751c9ea2d (diff) | |
download | FreeBSD-ports-97b82d661a2e8c3e1063717848e028fdc0910b0d.zip FreeBSD-ports-97b82d661a2e8c3e1063717848e028fdc0910b0d.tar.gz |
Clean up Makefile, remove the unwanted action while compiling.
Pointed out by : Martti Kuparinen <martti.kuparinen@ericsson.com>
(maintainer)
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 826251d..7680c84 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -31,8 +31,6 @@ MAN8= stunnel.8 cert: @(cd ${WRKSRC}; make cert) - ${CP} files/patch-aa patches/ - post-build: @${ECHO} "" @${ECHO} "********************************************************************" |