diff options
author | pav <pav@FreeBSD.org> | 2005-10-21 08:00:42 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-21 08:00:42 +0000 |
commit | 2f673d4bc379407a261963d6c6da495499873364 (patch) | |
tree | dd769cdc69c5c645dade2342c485f86250a72a78 /chinese | |
parent | bb6762851fd3a1d4d91fd936453e089f51b620f4 (diff) | |
download | FreeBSD-ports-2f673d4bc379407a261963d6c6da495499873364.zip FreeBSD-ports-2f673d4bc379407a261963d6c6da495499873364.tar.gz |
- 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
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/joe/Makefile | 2 | ||||
-rw-r--r-- | chinese/joe2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index e673db1..aad6c6b 100644 --- a/chinese/joe/Makefile +++ b/chinese/joe/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" diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index e673db1..aad6c6b 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" |