diff options
author | ache <ache@FreeBSD.org> | 1995-02-16 03:13:55 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-02-16 03:13:55 +0800 |
commit | c8c07843f620341e8b2e24bb4b3a2b3ad22a2a3d (patch) | |
tree | 052ee8190f4c26d32fc31abe8228878dbfeaa367 /security | |
parent | c2ceb3b3a98aecec980b0a0fd3f9efe620efcf85 (diff) | |
download | freebsd-ports-gnome-c8c07843f620341e8b2e24bb4b3a2b3ad22a2a3d.tar.gz freebsd-ports-gnome-c8c07843f620341e8b2e24bb4b3a2b3ad22a2a3d.tar.zst freebsd-ports-gnome-c8c07843f620341e8b2e24bb4b3a2b3ad22a2a3d.zip |
Remove pre-install, done by mtree now
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/Makefile | 12 |
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> |