diff options
author | pav <pav@FreeBSD.org> | 2005-10-23 18:09:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-23 18:09:52 +0800 |
commit | fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92 (patch) | |
tree | 348b87070d2f870ca54bdfe0d8c04f759c8cc478 /chinese/joe | |
parent | 6db49305be0c6493fcd97a65104a1ba604a8faa6 (diff) | |
download | freebsd-ports-gnome-fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92.tar.gz freebsd-ports-gnome-fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92.tar.zst freebsd-ports-gnome-fd2ce85a3a17ff60ab6cf8d5a2a7d64c43397d92.zip |
- Fix LATEST_LINK in chinese/joe port
Reported by: kris
Diffstat (limited to 'chinese/joe')
-rw-r--r-- | chinese/joe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index 582dbda11399..0cb96a75c822 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 |