diff options
author | pav <pav@FreeBSD.org> | 2005-10-21 16:00:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-21 16:00:42 +0800 |
commit | 2f673d4bc379407a261963d6c6da495499873364 (patch) | |
tree | dd769cdc69c5c645dade2342c485f86250a72a78 /chinese/joe | |
parent | bb6762851fd3a1d4d91fd936453e089f51b620f4 (diff) | |
download | freebsd-ports-gnome-2f673d4bc379407a261963d6c6da495499873364.tar.gz freebsd-ports-gnome-2f673d4bc379407a261963d6c6da495499873364.tar.zst freebsd-ports-gnome-2f673d4bc379407a261963d6c6da495499873364.zip |
- 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/joe')
-rw-r--r-- | chinese/joe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index e673db114430..aad6c6bad067 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" |