Index: head/net/clamz/Makefile =================================================================== --- head/net/clamz/Makefile (revision 341914) +++ head/net/clamz/Makefile (revision 341915) @@ -1,31 +1,23 @@ # Created by: Helko Glathe # $FreeBSD$ PORTNAME= clamz PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= net audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= glathe.helko@googlemail.com COMMENT= Command-line program to download MP3 files from Amazon's music store LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 \ gcrypt:${PORTSDIR}/security/libgcrypt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes USES= pkgconfig -MAN1= ${PORTNAME}.1 - -NO_STAGE= yes -post-install: - @${ECHO} - @${CAT} ${PKGMESSAGE} - @${ECHO} - .include Index: head/net/clamz/pkg-plist =================================================================== --- head/net/clamz/pkg-plist (revision 341914) +++ head/net/clamz/pkg-plist (revision 341915) @@ -1,6 +1,7 @@ bin/clamz share/applications/clamz.desktop share/mime/packages/clamz.xml +man/man1/clamz.1.gz @dirrmtry share/mime/packages @dirrmtry share/mime @dirrmtry share Index: head/net/nemesis/Makefile =================================================================== --- head/net/nemesis/Makefile (revision 341914) +++ head/net/nemesis/Makefile (revision 341915) @@ -1,32 +1,39 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= nemesis PORTVERSION= 1.4 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= SF MAINTAINER= molter@tin.it COMMENT= Command-line network packet creation and injection suite BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libnet-includes="${LOCALBASE}/include" \ --with-libnet-libraries="${LOCALBASE}/lib" -MAN1= nemesis-arp.1 nemesis-dns.1 nemesis-ethernet.1 nemesis-icmp.1 \ - nemesis-igmp.1 nemesis-ip.1 nemesis-ospf.1 nemesis-rip.1 \ - nemesis-tcp.1 nemesis-udp.1 nemesis.1 -PLIST_FILES= bin/nemesis +PLIST_FILES= bin/nemesis \ + man/man1/nemesis-arp.1.gz \ + man/man1/nemesis-dns.1.gz \ + man/man1/nemesis-ethernet.1.gz \ + man/man1/nemesis-icmp.1.gz \ + man/man1/nemesis-igmp.1.gz \ + man/man1/nemesis-ip.1.gz \ + man/man1/nemesis-ospf.1.gz \ + man/man1/nemesis-rip.1.gz \ + man/man1/nemesis-tcp.1.gz \ + man/man1/nemesis-udp.1.gz \ + man/man1/nemesis.1.gz LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include Index: head/net-im/sendxmpp/Makefile =================================================================== --- head/net-im/sendxmpp/Makefile (revision 341914) +++ head/net-im/sendxmpp/Makefile (revision 341915) @@ -1,26 +1,24 @@ # Created by: Max E. Kuznecov # $FreeBSD$ PORTNAME= sendxmpp PORTVERSION= 0.0.8 PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/ MAINTAINER= mek@mek.uz.ua COMMENT= Perl-script to send xmpp (jabber) messages RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL USES= perl5 USE_PERL5= configure -MAN1= sendxmpp.1 - PLIST_FILES= bin/sendxmpp \ - %%SITE_PERL%%/mach/auto/sendxmpp/.packlist + %%SITE_PERL%%/mach/auto/sendxmpp/.packlist \ + man/man1/sendxmpp.1.gz PLIST_DIRS= %%SITE_PERL%%/mach/auto/sendxmpp -NO_STAGE= yes .include