diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 08:00:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 08:00:42 +0000 |
commit | e5cc6ee0d813272d15aafc3f4771cb0081f1f2c6 (patch) | |
tree | b0554f68c910e6f2604b5769a5e57414b4ecb7fd /chinese/joe2/Makefile | |
parent | - Implement official patches: (diff) |
- After repocopy, connect editors/joe2 to the build
- Set LATEST_LINK, CONFLICTS
- Set chinese/joe to use editors/joe2
Suggested by: Kevin Day <toasty@dragondata.com> (maintainer)
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=145991
Diffstat (limited to 'chinese/joe2/Makefile')
-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 e673db114430..aad6c6bad067 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -13,7 +13,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org -MASTERDIR= ${.CURDIR}/../../editors/joe +MASTERDIR= ${.CURDIR}/../../editors/joe2 MD5_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" |