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 /editors/joe2 | |
parent | e6689bc97ffcdfb40a8c888a7e5e2e30f076e54b (diff) | |
download | ports-e5cc6ee0d813272d15aafc3f4771cb0081f1f2c6.tar.gz ports-e5cc6ee0d813272d15aafc3f4771cb0081f1f2c6.zip |
Notes
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 |