diff options
author | sno <sno> | 2010-01-16 21:32:44 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-16 21:32:44 +0000 |
commit | 9f4662edfb6ffdc8be6508713956e241477c1b67 (patch) | |
tree | 117c7cda3fa6c8550e9cc7033b858d8360d764c2 /editors | |
parent | 4773881d33b2f747b53be82e8d102f668afd7888 (diff) | |
download | pkgsrc-9f4662edfb6ffdc8be6508713956e241477c1b67.tar.gz |
Move SUBDIR addition for recent Padre and Padre plugin imports from textproc/Makefile to editors/Makefile
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index f14600b7f62..f5aecb213f5 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2009/12/30 12:06:44 abs Exp $ +# $NetBSD: Makefile,v 1.136 2010/01/16 21:32:45 sno Exp $ # COMMENT= Editors @@ -73,6 +73,15 @@ SUBDIR+= notecase SUBDIR+= nvi SUBDIR+= nvi-m17n SUBDIR+= obby +SUBDIR+= p5-Acme-Padre-PlayCode +SUBDIR+= p5-PPIx-EditorTools +SUBDIR+= p5-Padre +SUBDIR+= p5-Padre-Plugin-Kate +SUBDIR+= p5-Padre-Plugin-Nopaste +SUBDIR+= p5-Padre-Plugin-PerlCritic +SUBDIR+= p5-Padre-Plugin-PerlTidy +SUBDIR+= p5-Padre-Plugin-Vi +SUBDIR+= p5-Padre-Plugin-XS SUBDIR+= pico SUBDIR+= poedit SUBDIR+= rox-edit |