diff options
author | foxfair <foxfair@FreeBSD.org> | 2000-01-11 09:16:04 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2000-01-11 09:16:04 +0800 |
commit | 97b82d661a2e8c3e1063717848e028fdc0910b0d (patch) | |
tree | dd8803d4678b2a19e5cac72eb1bc53d6be419d8d /security | |
parent | 3a21b4249f24c6974f82129e6368cc0751c9ea2d (diff) | |
download | freebsd-ports-gnome-97b82d661a2e8c3e1063717848e028fdc0910b0d.tar.gz freebsd-ports-gnome-97b82d661a2e8c3e1063717848e028fdc0910b0d.tar.zst freebsd-ports-gnome-97b82d661a2e8c3e1063717848e028fdc0910b0d.zip |
Clean up Makefile, remove the unwanted action while compiling.
Pointed out by : Martti Kuparinen <martti.kuparinen@ericsson.com>
(maintainer)
Diffstat (limited to 'security')
-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 826251d2045d..7680c84a1eee 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} "********************************************************************" |