# svn status M editors/emacs/Makefile M editors/emacs-devel/Makefile M editors/emacs23/Makefile Index: editors/emacs/Makefile =================================================================== --- editors/emacs/Makefile (revision 315416) +++ editors/emacs/Makefile (working copy) @@ -30,6 +30,7 @@ USE_GMAKE= yes USE_NCURSES= yes USE_XZ= yes +INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var Index: editors/emacs-devel/Makefile =================================================================== --- editors/emacs-devel/Makefile (revision 315416) +++ editors/emacs-devel/Makefile (working copy) @@ -32,6 +32,7 @@ USE_GMAKE= yes USE_NCURSES= yes USE_XZ= yes +INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var Index: editors/emacs23/Makefile =================================================================== --- editors/emacs23/Makefile (revision 315416) +++ editors/emacs23/Makefile (working copy) @@ -31,6 +31,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_NCURSES= yes +INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var