diff options
author | pav <pav@FreeBSD.org> | 2005-02-01 05:14:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-01 05:14:34 +0800 |
commit | 6177bf07250f9e07938128566c8114692d3e756f (patch) | |
tree | b92e90981f6c7a716ce694047f7a420f3134a0bb /lang | |
parent | 9c95e237b21ec8f097dcb35c183bef570ae9d817 (diff) | |
download | freebsd-ports-gnome-6177bf07250f9e07938128566c8114692d3e756f.tar.gz freebsd-ports-gnome-6177bf07250f9e07938128566c8114692d3e756f.tar.zst freebsd-ports-gnome-6177bf07250f9e07938128566c8114692d3e756f.zip |
- Really fix plist
Reported by: krismail
No cookie for: Florent Thoumie
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kawa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/kawa/Makefile b/lang/kawa/Makefile index 03df88eeb5e9..c14bdf2bf132 100644 --- a/lang/kawa/Makefile +++ b/lang/kawa/Makefile @@ -21,7 +21,7 @@ USE_JAVA= 1.2+ USE_PERL5_BUILD=YES NEED_JAVAC= YES -MAN1= kawa +MAN1= kawa.1 CONFIGURE_ARGS= --enable-kawa-frontend GNU_CONFIGURE= yes |