Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/tinycobol/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 22 Aug 2002 19:34:31 -0000 1.13 +++ Makefile 28 Sep 2002 11:52:58 -0000 @@ -6,15 +6,13 @@ # PORTNAME= tinycobol -PORTVERSION= 0.57 +PORTVERSION= 0.58 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tiny-cobol MAINTAINER= patrick@freebsd.org -BROKEN= "Does not package correctly" - LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt @@ -26,6 +24,8 @@ CONFIGURE_ARGS= "--with-readline" CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt ${LDFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include" + +MAN1= htcobol.1 htcobf2f.1 htcobolpp.1 pre-install: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/lang/tinycobol/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 26 Feb 2002 00:55:30 -0000 1.9 +++ distinfo 28 Sep 2002 11:48:08 -0000 @@ -1 +1 @@ -MD5 (tinycobol-0.57.tar.gz) = c0079eb6a73759b736ec3aa21f7abd49 +MD5 (tinycobol-0.58.tar.gz) = e1646b929b9d9aba9fc04980c0131920 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/tinycobol/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 29 Jan 2002 18:22:59 -0000 1.6 +++ pkg-plist 28 Sep 2002 11:53:25 -0000 @@ -1,8 +1,9 @@ bin/htcobol lib/libhtcobol.a lib/libhtcobol2.a -share/htcobol/cobopt share/htcobol/htcobolpp +share/htcobol/htcobolrc +share/htcobol/copybooks/screen.cpy @dirrm share/htcobol/copybooks @dirrm share/htcobol share/doc/tinycobol/Comments.old.txt @@ -12,6 +13,3 @@ share/doc/tinycobol/VarStructure.Info.txt share/doc/tinycobol/compiler-design-future.txt @dirrm share/doc/tinycobol -man/man1/htcobol.1 -man/man1/htcobf2f.1 -man/man1/htcobolpp.1