Index: head/net/tn5250/Makefile =================================================================== --- head/net/tn5250/Makefile (revision 341924) +++ head/net/tn5250/Makefile (revision 341925) @@ -1,27 +1,23 @@ # Created by: Elias Mandouvalos # $FreeBSD$ PORTNAME= tn5250 PORTVERSION= 0.17.4 CATEGORIES= net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= 5250 Telnet protocol and Terminal USE_OPENSSL= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE} USE_LDCONFIG= yes -MAN1= lp5250d.1 scs2ascii.1 scs2pdf.1 scs2ps.1 tn5250.1 -MAN5= tn5250rc.5 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^SUBDIRS =/s|linux||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|: install-data-local|:|g' ${WRKSRC}/freebsd/Makefile.in .include Index: head/net/tn5250/pkg-plist =================================================================== --- head/net/tn5250/pkg-plist (revision 341924) +++ head/net/tn5250/pkg-plist (revision 341925) @@ -1,38 +1,44 @@ bin/5250keys bin/lp5250d bin/scs2ascii bin/scs2pdf bin/scs2ps bin/tn5250 bin/xt5250 include/tn5250/buffer.h include/tn5250/codes5250.h include/tn5250/conf.h include/tn5250/cursesterm.h include/tn5250/dbuffer.h include/tn5250/debug.h include/tn5250/display.h include/tn5250/field.h include/tn5250/macro.h include/tn5250/menu.h include/tn5250/printsession.h include/tn5250/record.h include/tn5250/scrollbar.h include/tn5250/scs.h include/tn5250/session.h include/tn5250/stream.h include/tn5250/terminal.h include/tn5250/utility.h include/tn5250/window.h include/tn5250/wtd.h include/tn5250.h lib/lib5250.a lib/lib5250.la lib/lib5250.so lib/lib5250.so.0 %%DATADIR%%/README %%DATADIR%%/XTerm %%DATADIR%%/sample.termcap %%DATADIR%%/us.5250.kbd +man/man1/lp5250d.1.gz +man/man1/scs2ascii.1.gz +man/man1/scs2pdf.1.gz +man/man1/scs2ps.1.gz +man/man1/tn5250.1.gz +man/man5/tn5250rc.5.gz @dirrm %%DATADIR%% @dirrm include/tn5250