diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-14 04:02:41 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-14 04:02:41 +0000 |
commit | d351ecbb28aeba5ed2ad5105f5309902cf1ac84a (patch) | |
tree | e1cfed8bc5f43c72d2a6fa303555fc36dffe4b38 | |
parent | [MAINTAINER UPDATE] x11-wm/boxtools to 0.70.1 (diff) |
Fix duplicate latest link
PR: ports/88972
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=148196
-rw-r--r-- | chinese/joe2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index 26f07292d58c..64b3b50dba77 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -15,7 +15,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= chinsan.tw@gmail.com -LATEST_LINK= ${PKGNAMEPREFIX}joe +LATEST_LINK= ${PKGNAMEPREFIX}joe2 MASTERDIR= ${.CURDIR}/../../editors/joe2 MD5_FILE= ${.CURDIR}/distinfo |