diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 09:15:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 09:15:22 +0000 |
commit | b5180c3a4be6071bbae66f8730aff3ce01191ab9 (patch) | |
tree | f413e20bfc30f6f20fc5e291dc66d9ca69bf82f6 /editors/joe2 | |
parent | ce92a8afd9baa294028e8c4af426e0a2d716251a (diff) |
- Restore prefix on chinese/joe, fix INDEX breakage
Pointy hat to: pav
Notes
Notes:
svn path=/head/; revision=146005
Diffstat (limited to 'editors/joe2')
-rw-r--r-- | editors/joe2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 8c8a6415f3e4..c2953b2f8670 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -7,7 +7,7 @@ PORTNAME= joe PORTVERSION= 2.9.8 -CATEGORIES= editors +CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-editor |