diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 23:14:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 23:14:32 +0000 |
commit | 62f1418184179e0af1f0355c92f6631f0ddf32b5 (patch) | |
tree | be98978d2aafc10003df8f2891ed29aafe563c67 /devel/astah-community/Makefile | |
parent | 6be9a8e88674dc3846835488e2889c0b14eab2c3 (diff) | |
download | ports-62f1418184179e0af1f0355c92f6631f0ddf32b5.tar.gz ports-62f1418184179e0af1f0355c92f6631f0ddf32b5.zip |
Notes
Diffstat (limited to 'devel/astah-community/Makefile')
-rw-r--r-- | devel/astah-community/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile index 488cca738eba..5b0abc455f3e 100644 --- a/devel/astah-community/Makefile +++ b/devel/astah-community/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jude-community -PORTVERSION= 5.4 +PORTVERSION= 5.4.1 CATEGORIES= devel java MASTER_SITES= # you have to register yourself as a member to download DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g} @@ -61,8 +61,10 @@ PORTDATA+= tools.jar .endif .if !defined(NOPORTDOCS) -PORTDOCS= README-e.txt README.txt ReleaseNote-e.html ReleaseNote.html \ - ProductInformation.txt +PORTDOCS= ReleaseNote-e.html ReleaseNote.html \ + ProductInformation.txt \ + API_sample_program_license_agreement-e.txt \ + API_sample_program_license_agreement.txt .endif post-patch: |