summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-02-15 19:13:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-02-15 19:13:55 +0000
commitf33ec9c9c53b415f519aae495bfed7b006903bd0 (patch)
tree1d8bbeeb4b7d734b4ae278ebfbafeda9136adc8c /security
parentUpgrade. (diff)
Remove pre-install, done by mtree now
Notes
Notes: svn path=/head/; revision=987
Diffstat (limited to 'security')
-rw-r--r--security/tcp_wrapper/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile
index 4f16126e444e..8df07d649198 100644
--- a/security/tcp_wrapper/Makefile
+++ b/security/tcp_wrapper/Makefile
@@ -3,21 +3,11 @@
# Date created: 27 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1995/01/10 00:07:21 torstenb Exp $
+# $Id: Makefile,v 1.3 1995/02/09 21:24:42 ache Exp $
#
DISTNAME= tcp_wrappers_7.2
MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/
ALL_TARGET= freebsd
-pre-install:
- @mkdir -p ${PREFIX}/sbin
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/libexec
- @mkdir -p ${PREFIX}/lib
- @mkdir -p ${PREFIX}/etc
- @mkdir -p ${PREFIX}/man/man3
- @mkdir -p ${PREFIX}/man/man5
- @mkdir -p ${PREFIX}/man/man8
-
.include <bsd.port.mk>