mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- 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
This commit is contained in:
parent
e6689bc97f
commit
e5cc6ee0d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145991
@ -13,7 +13,7 @@ PATCH_DIST_STRIP= -p1
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../editors/joe
|
MASTERDIR= ${.CURDIR}/../../editors/joe2
|
||||||
MD5_FILE= ${.CURDIR}/distinfo
|
MD5_FILE= ${.CURDIR}/distinfo
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
@ -13,7 +13,7 @@ PATCH_DIST_STRIP= -p1
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../editors/joe
|
MASTERDIR= ${.CURDIR}/../../editors/joe2
|
||||||
MD5_FILE= ${.CURDIR}/distinfo
|
MD5_FILE= ${.CURDIR}/distinfo
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
@ -86,6 +86,7 @@
|
|||||||
SUBDIR += jedit-devel
|
SUBDIR += jedit-devel
|
||||||
SUBDIR += jext
|
SUBDIR += jext
|
||||||
SUBDIR += joe
|
SUBDIR += joe
|
||||||
|
SUBDIR += joe2
|
||||||
SUBDIR += joe-devel
|
SUBDIR += joe-devel
|
||||||
SUBDIR += jove
|
SUBDIR += jove
|
||||||
SUBDIR += kate-plugins
|
SUBDIR += kate-plugins
|
||||||
|
@ -17,6 +17,9 @@ EXTRACT_SUFX= .tar.Z
|
|||||||
MAINTAINER?= toasty@dragondata.com
|
MAINTAINER?= toasty@dragondata.com
|
||||||
COMMENT?= Joe's own editor
|
COMMENT?= Joe's own editor
|
||||||
|
|
||||||
|
LATEST_LINK= joe2
|
||||||
|
CONFLICTS= joe-3*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/joe
|
WRKSRC= ${WRKDIR}/joe
|
||||||
ALL_TARGET= joe
|
ALL_TARGET= joe
|
||||||
MAN1= joe.1
|
MAN1= joe.1
|
||||||
|
Loading…
Reference in New Issue
Block a user