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 | |
parent | 6db49305be0c6493fcd97a65104a1ba604a8faa6 (diff) | |
download | FreeBSD-ports-fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92.zip FreeBSD-ports-fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92.tar.gz |
- Fix LATEST_LINK in chinese/joe port
Reported by: kris
-rw-r--r-- | chinese/joe/Makefile | 2 | ||||
-rw-r--r-- | chinese/joe2/Makefile | 2 | ||||
-rw-r--r-- | editors/joe2/Makefile | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index 582dbda..0cb96a7 100644 --- a/chinese/joe/Makefile +++ b/chinese/joe/Makefile @@ -17,6 +17,8 @@ BROKEN= "Upstream version updated to 2.9.8" DEPRECATED= ${BROKEN} EXPIRATION_DATE=2005-11-21 +LATEST_LINK= ${PKGNAMEPREFIX}joe + MASTERDIR= ${.CURDIR}/../../editors/joe2 MD5_FILE= ${.CURDIR}/distinfo diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index 582dbda..0cb96a7 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -17,6 +17,8 @@ BROKEN= "Upstream version updated to 2.9.8" DEPRECATED= ${BROKEN} EXPIRATION_DATE=2005-11-21 +LATEST_LINK= ${PKGNAMEPREFIX}joe + MASTERDIR= ${.CURDIR}/../../editors/joe2 MD5_FILE= ${.CURDIR}/distinfo 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 |