mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
35 lines
1.0 KiB
Makefile
35 lines
1.0 KiB
Makefile
# New ports collection makefile for: tcp_wrapper
|
|
# Version required: 7.6
|
|
# Date created: 27 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tcp_wrappers_7.6
|
|
PKGNAME= tcp_wrappers-7.6
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ftp://ftp.porcupine.org/pub/security/
|
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
|
|
|
ALL_TARGET= freebsd
|
|
MAN3= hosts_access.3
|
|
MAN5= hosts_access.5 hosts_options.5
|
|
MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
@${INSTALL_DATA} ${FILESDIR}/inetd.conf.wrapped.sample ${PREFIX}/etc
|
|
|
|
update:
|
|
@cd ${FILESDIR} ; co -f $(CVSROOT)/src/etc/inetd.conf,v
|
|
@${SED} -e 's:/usr/libexec/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g' \
|
|
-e 's:/usr/local/libexec/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g' \
|
|
-e 's:/usr/local/sbin/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g' \
|
|
< ${FILESDIR}/inetd.conf > ${FILESDIR}/inetd.conf.wrapped.sample
|
|
@${RM} -f ${FILESDIR}/inetd.conf
|
|
@${ECHO} "Now manually fixup deamon paths from the /usr/local tree."
|
|
|
|
.include <bsd.port.mk>
|