- add an additional dist site
- change installation path of startup script to /etc/rc.arpwatch instead of /usr/local/etc/arpwatch.sh
This commit is contained in:
parent
ad93a4de64
commit
59b0221fbb
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 1999/03/31 22:20:03 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1999/06/22 00:31:38 brad Exp $
|
||||
|
||||
DISTNAME= arpwatch-2.1a4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
|
||||
MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \
|
||||
ftp://ftp.ee.lbl.gov/ \
|
||||
ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
@ -11,23 +11,20 @@ MAINTAINER= ports@openbsd.org
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --quiet
|
||||
MAKE_FLAGS= CCOPT="-O2 -DPATH_SENDMAIL=\\\"/usr/sbin/sendmail\\\""
|
||||
INSTALL_TARGET= install install-man
|
||||
MAN8= arpwatch.8 arpsnmp.8
|
||||
|
||||
|
||||
post-install:
|
||||
if [ ! -d ${PREFIX}/arpwatch ]; then \
|
||||
${MKDIR} ${PREFIX}/arpwatch; \
|
||||
chmod 775 ${PREFIX}/arpwatch; \
|
||||
/usr/sbin/chown root.operator ${PREFIX}/arpwatch; \
|
||||
@if [ ! -d ${PREFIX}/arpwatch ]; then \
|
||||
${MKDIR} ${PREFIX}/arpwatch; \
|
||||
chmod 775 ${PREFIX}/arpwatch; \
|
||||
chown root.operator ${PREFIX}/arpwatch; \
|
||||
fi
|
||||
touch ${PREFIX}/arpwatch/arp.dat
|
||||
chmod 644 ${PREFIX}/arpwatch/arp.dat
|
||||
for file in ethercodes.dat d.awk e.awk p.awk; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \
|
||||
@touch ${PREFIX}/arpwatch/arp.dat
|
||||
@chmod 644 ${PREFIX}/arpwatch/arp.dat
|
||||
@for file in ethercodes.dat d.awk e.awk p.awk; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch; \
|
||||
done
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/.
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/.
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch
|
||||
@${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh /etc/rc.arpwatch
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,4 +7,3 @@ arpwatch/ethercodes.dat
|
||||
arpwatch/d.awk
|
||||
arpwatch/e.awk
|
||||
arpwatch/p.awk
|
||||
etc/rc.d/arpwatch.sh
|
||||
|
Loading…
Reference in New Issue
Block a user