diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-09-28 21:00:00 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-09-28 21:00:00 +0000 |
commit | 3c638559ec908fc19ed94ad6078cd72fc3ddc9a6 (patch) | |
tree | f7a001d432e05b4181e0f876cbade98d9dd3cace /lang | |
parent | Add three mirror sites to MASTER_SITE_RUBY to fill vacancies. (diff) |
PR: 43446
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes:
svn path=/head/; revision=67194
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tinycobol/Makefile | 6 | ||||
-rw-r--r-- | lang/tinycobol/distinfo | 2 | ||||
-rw-r--r-- | lang/tinycobol/pkg-plist | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index 101749fcbdf4..4f2d54eb090d 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -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 @@ -27,6 +25,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: post-install: diff --git a/lang/tinycobol/distinfo b/lang/tinycobol/distinfo index c8764451f2a2..f171c97f0a37 100644 --- a/lang/tinycobol/distinfo +++ b/lang/tinycobol/distinfo @@ -1 +1 @@ -MD5 (tinycobol-0.57.tar.gz) = c0079eb6a73759b736ec3aa21f7abd49 +MD5 (tinycobol-0.58.tar.gz) = e1646b929b9d9aba9fc04980c0131920 diff --git a/lang/tinycobol/pkg-plist b/lang/tinycobol/pkg-plist index 0a3c000dd223..cab40fbad824 100644 --- a/lang/tinycobol/pkg-plist +++ b/lang/tinycobol/pkg-plist @@ -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/ProgramHeaders.Info.txt 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 |