head 1.1; branch 1.1.1; access; symbols pkgsrc-2013Q1:1.1.1.1.0.12 pkgsrc-2013Q1-base:1.1.1.1 pkgsrc-2012Q4:1.1.1.1.0.10 pkgsrc-2012Q4-base:1.1.1.1 pkgsrc-2012Q3:1.1.1.1.0.8 pkgsrc-2012Q3-base:1.1.1.1 pkgsrc-2012Q2:1.1.1.1.0.6 pkgsrc-2012Q2-base:1.1.1.1 pkgsrc-2012Q1:1.1.1.1.0.4 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.2 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.1 date 2011.12.08.07.39.00; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.12.08.07.39.00; author agc; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @$NetBSD$ DESTDIR don't rename old binaries install man page into correct directory --- Makefile.in 2011/12/07 20:36:41 1.1 +++ Makefile.in 2011/12/07 20:37:44 @@@@ -45,11 +45,9 @@@@ all: ${prog} ${prog}.cat1 install: all - mkdir -p ${bindir} ${mandir} - if [ -f ${bindir}/${prog} ]; then \ - mv -f ${bindir}/${prog} ${bindir}/${prog}.old; fi - cp ${prog} ${bindir} - cp ${prog}.cat1 /usr/local/man/cat1/${prog}.1 + mkdir -p ${DESTDIR}${bindir} ${DESTDIR}${mandir}/man1 + cp ${prog} ${DESTDIR}${bindir} + cp ${prog}.1 ${DESTDIR}${prefix}/man/man1/${prog}.1 .c.o: ${CC} ${CFLAGS} -c $< @ 1.1.1.1 log @Initial import of dnscap-134 into the Packages Collection. dnscap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format. This utility is similar to tcpdump(1), but has a number of features tailored to DNS transactions and protocol options. OARC likes to use dnscap for DITL data collections. Some of its features include: + Understands both IPv4 and IPv6 + Captures UDP, TCP, and IP fragments. + Collect only queries, responses, or both (-s option) + Collect for only certain source/destination addresses (-a -z -A -Z options) + Periodically creates new pcap files (-t option) + Spawns an upload script after closing a pcap file (-k option) + Will start and stop collecting at specific times (-B -E options) @ text @@