diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-16 07:32:43 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-16 07:32:43 +0000 |
commit | 74569af88cd7affb98409b40f41c7382eada964d (patch) | |
tree | 7081e84a445410fc809371a752d3f1013f91d361 /net/tn5250 | |
parent | 128097325b9bf657bae496534e08e74f22a03635 (diff) | |
download | ports-74569af88cd7affb98409b40f41c7382eada964d.tar.gz ports-74569af88cd7affb98409b40f41c7382eada964d.zip |
Notes
Diffstat (limited to 'net/tn5250')
-rw-r--r-- | net/tn5250/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index e898c7b76424..f87658df6662 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -7,6 +7,7 @@ PORTNAME= tn5250 PORTVERSION= 0.16.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,8 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-os-dir=no INSTALLS_SHLIB= yes -MAN1= scs2ascii.1 scs2pdf.1 tn5250.1 lp5250d.1 +MAN1= lp5250d.1 scs2ascii.1 scs2pdf.1 scs2ps.1 tn5250.1 +MAN5= tn5250rc.5 .if defined(WITH_SLANG) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang @@ -39,7 +41,7 @@ pre-everything:: .endif post-patch: - @find ${WRKSRC}/src -name '*.[ch]' | xargs ${PERL} -pi -e \ + @${FIND} ${WRKSRC}/src -name '*.[ch]' | ${XARGS} ${PERL} -pi -e \ 's|<malloc.h>|<stdlib.h>|g' post-install: |