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 /editors/joe2 | |
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 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 459473985296..7f53cf8d7651 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER?= toasty@dragondata.com COMMENT?= Joe's own editor +LATEST_LINK= joe2 +CONFLICTS= joe-3* + WRKSRC= ${WRKDIR}/joe ALL_TARGET= joe MAN1= joe.1 |