Index: head/net/dosdetector/Makefile =================================================================== --- head/net/dosdetector/Makefile (revision 341915) +++ head/net/dosdetector/Makefile (revision 341916) @@ -1,23 +1,22 @@ # Created by: msciciel # $FreeBSD$ # The port will be at version 0.0 (based on dated CVS snapshots) # until the release of DosDetector 0.1 PORTNAME= dosdetector PORTVERSION= 20060621 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/ MAINTAINER= msciciel@dark-zone.eu COMMENT= Detect suspicious network traffic HAS_CONFIGURE= yes USE_AUTOTOOLS= autoheader -PLIST_FILES= bin/dosdetector -MAN1= dosdetector.1 +PLIST_FILES= bin/dosdetector \ + man/man1/dosdetector.1.gz -NO_STAGE= yes .include Index: head/net/libfixbuf/Makefile =================================================================== --- head/net/libfixbuf/Makefile (revision 341915) +++ head/net/libfixbuf/Makefile (revision 341916) @@ -1,22 +1,21 @@ # Created by: David Thiel # $FreeBSD$ PORTNAME= libfixbuf PORTVERSION= 1.3.0 CATEGORIES= net MASTER_SITES= http://tools.netsa.cert.org/releases/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= lx@FreeBSD.org COMMENT= Library for using the IP Flow Information Export protocol GNU_CONFIGURE= yes USES= pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include