diff options
author | pav <pav@FreeBSD.org> | 2005-10-23 10:09:52 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-23 10:09:52 +0000 |
commit | fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92 (patch) | |
tree | 348b87070d2f870ca54bdfe0d8c04f759c8cc478 /editors/joe2 | |
parent | 6db49305be0c6493fcd97a65104a1ba604a8faa6 (diff) | |
download | FreeBSD-ports-fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92.zip FreeBSD-ports-fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92.tar.gz |
- Fix LATEST_LINK in chinese/joe port
Reported by: kris
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index c2953b2..467116d 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -16,7 +16,7 @@ COMMENT?= Joe's Own Editor RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -LATEST_LINK= joe2 +LATEST_LINK?= joe2 CONFLICTS= joe-3* GNU_CONFIGURE= yes |