Index: head/net-mgmt/pixilate/pkg-plist =================================================================== --- head/net-mgmt/pixilate/pkg-plist (revision 104762) +++ head/net-mgmt/pixilate/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/pixilate -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net-mgmt/pixilate/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-mgmt/pixilate/Makefile =================================================================== --- head/net-mgmt/pixilate/Makefile (revision 104762) +++ head/net-mgmt/pixilate/Makefile (revision 104763) @@ -1,42 +1,44 @@ # Ports collection makefile for: pixilate # Date created: Wed Apr 30 06:10:16 PDT 2003 # Whom: Barry Irwin # # $FreeBSD$ PORTNAME= pixilate PORTVERSION= 0.4.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= winfingerprint MAINTAINER= krion@FreeBSD.org COMMENT= Generates packets to match a list of Cisco PIX access lists BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel WRKSRC= ${WRKDIR}/pixilate LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` CFLAGS+= -I${LOCALBASE}/include LIBS= `${LIBNET_CONFIG} --libs` GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 USE_AUTOMAKE_VER= 15 -USE_SIZE= yes AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOCALBASE}/include" MAN1= pixilate.1 + +PORTDOCS= README +PLIST_FILES= bin/pixilate post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/pixilate/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-mgmt/portmon/pkg-plist =================================================================== --- head/net-mgmt/portmon/pkg-plist (revision 104762) +++ head/net-mgmt/portmon/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/portmon -etc/portmon.hosts.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net-mgmt/portmon/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-mgmt/portmon/Makefile =================================================================== --- head/net-mgmt/portmon/Makefile (revision 104762) +++ head/net-mgmt/portmon/Makefile (revision 104763) @@ -1,48 +1,49 @@ # New ports collection makefile for: portmon # Date created: 18.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= portmon PORTVERSION= 2.0 CATEGORIES= net-mgmt MASTER_SITES= http://www.aboleo.net/software/portmon/downloads/ MAINTAINER= krion@FreeBSD.org COMMENT= Daemon that monitor network services GNU_CONFIGURE= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_SIZE= yes MAN8= portmon.8 +PORTDOCS= README +PLIST_FILES= bin/portmon etc/portmon.hosts.sample + post-patch: - @${REINPLACE_CMD} -e \ - 's|/etc|${PREFIX}/etc|g' \ + @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \ ${WRKSRC}/extras/${PORTNAME}.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/extras/portmon.8 \ ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/extras/portmon.hosts.sample \ ${PREFIX}/etc @${ECHO} "------------------------------------------------------------" @${ECHO} "Sample of configuration file placed at" @${ECHO} "${PREFIX}/etc/portmon.hosts.sample" @${ECHO} "------------------------------------------------------------ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/portmon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property