diff options
-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 |