Index: head/net-mgmt/pixilate/Makefile =================================================================== --- head/net-mgmt/pixilate/Makefile (revision 455265) +++ head/net-mgmt/pixilate/Makefile (revision 455266) @@ -1,35 +1,35 @@ # Created by: Barry Irwin # $FreeBSD$ PORTNAME= pixilate PORTVERSION= 0.4.2 PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generates packets to match a list of Cisco PIX access lists LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnet.so:net/libnet WRKSRC= ${WRKDIR}/pixilate USES= autoreconf libtool GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= bin/pixilate man/man1/pixilate.1.gz OPTIONS_DEFINE= DOCS post-patch: @cd ${WRKSRC} && ${RM} INSTALL install-sh missing mkinstalldirs -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/pixilate/pkg-descr =================================================================== --- head/net-mgmt/pixilate/pkg-descr (revision 455265) +++ head/net-mgmt/pixilate/pkg-descr (revision 455266) @@ -1,11 +1,10 @@ pixilate parses an input file containing Cisco PIX 6.2x (normal mask) or Cisco IOS (inverted mask) access-list entries and generates the appropriate packets. For further information on writing PIX access-lists, look here, for information on writing IOS access-lists, look here. pixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP types), and IGMP utilizing the Libnet 1.1.x library available from http://www.packetfactory.net. NOTE: Libnet 1.0.x is NOT compatible." - WWW: http://winfingerprint.sourceforge.net/pixilate.php